Skip to content
Snippets Groups Projects
Commit a05f469c authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

fixed security group names

parent 6d40d904
No related branches found
No related tags found
1 merge request!3Change compute reference to login
......@@ -45,7 +45,8 @@ deploy_ood_proxy_node:
export NEW_INSTANCE_ID=$(openstack server create
-c id -f value --image $PROXY_OOD_IMAGE_ID
--network $OOD_PROXY_NETWORK
--security-group ood-https-ports
--security-group https-port
--security-group http-port
--security-group allow-ssh
--user-data user_data.txt
--flavor $INSTANCE_FLAVOR
......@@ -76,7 +77,6 @@ deploy_ssh_proxy_node:
export NEW_INSTANCE_ID=$(openstack server create
-c id -f value --image $PROXY_SSH_IMAGE_ID
--network $OOD_PROXY_NETWORK
--security-group ood-https-ports
--security-group allow-ssh
--user-data user_data.txt
--flavor $INSTANCE_FLAVOR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment