We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f358a82 commit f9b5557Copy full SHA for f9b5557
tool/ovh/create.sh
@@ -1,7 +1,7 @@
1
set -eu
2
3
-openstack server create $MACHINE_NAME \
4
- --key-name $OS_KEY_ID \
5
- --flavor $MACHINE_TYPE \
6
- --image $IMAGE \
+openstack server create "$MACHINE_NAME" \
+ --key-name "$OS_KEY_ID" \
+ --flavor "$MACHINE_TYPE" \
+ --image "$IMAGE" \
7
--network Ext-Net
0 commit comments