From 7bd122c45f952f59a9b8293a0d60e32eb5f6cb19 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Wed, 15 Jun 2016 07:31:49 -0500 Subject: do not create security group as part of install. Change-Id: I21c2b029e1b36c5a87cfb000ac146ec825adfca3 Signed-off-by: Narinder Gupta --- ci/openstack.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/openstack.sh b/ci/openstack.sh index 2750bc51..310cb8a3 100755 --- a/ci/openstack.sh +++ b/ci/openstack.sh @@ -109,8 +109,8 @@ else --allocation-pool start=$EXTNET_FIP,end=$EXTNET_LIP \ --disable-dhcp --gateway $EXTNET_GW $EXTNET_NET # configure security groups - neutron security-group-rule-create --direction ingress --ethertype IPv4 --protocol icmp --remote-ip-prefix 0.0.0.0/0 default - neutron security-group-rule-create --direction ingress --ethertype IPv4 --protocol tcp --port-range-min 22 --port-range-max 22 --remote-ip-prefix 0.0.0.0/0 default +# neutron security-group-rule-create --direction ingress --ethertype IPv4 --protocol icmp --remote-ip-prefix 0.0.0.0/0 default +# neutron security-group-rule-create --direction ingress --ethertype IPv4 --protocol tcp --port-range-min 22 --port-range-max 22 --remote-ip-prefix 0.0.0.0/0 default fi -- cgit 1.2.3-korg