Skip to content

Commit f542945

Browse files
author
Uday Sahni
committed
PR Fixes
1 parent 8776f62 commit f542945

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

source/includes/openstack/_instances.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ curl -H "MC-Api-Key: your_api_key" \
2424
"networkName": "web",
2525
"privateIpAddress": "192.168.0.11",
2626
"securityGroupNames": [
27-
"secGroupA",
28-
"secGroupB",
29-
"secGroupC"
27+
"webServerSecGroup",
28+
"sshSecGroup"
3029
]
3130
}
3231
],
@@ -77,9 +76,8 @@ curl -H "MC-Api-Key: your_api_key" \
7776
"networkName": "web",
7877
"privateIpAddress": "192.168.0.11",
7978
"securityGroupNames": [
80-
"secGroupA",
81-
"secGroupB",
82-
"secGroupC"
79+
"webServerSecGroup",
80+
"sshSecGroup"
8381
]
8482
}
8583
}

0 commit comments

Comments
 (0)