do not create security group as part of install. 23/15623/1
authorNarinder Gupta <narinder.gupta@canonical.com>
Wed, 15 Jun 2016 12:31:49 +0000 (07:31 -0500)
committerNarinder Gupta <narinder.gupta@canonical.com>
Wed, 15 Jun 2016 12:32:24 +0000 (07:32 -0500)
Change-Id: I21c2b029e1b36c5a87cfb000ac146ec825adfca3
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
ci/openstack.sh

index 2750bc5..310cb8a 100755 (executable)
@@ -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