From: Narinder Gupta <narinder.gupta@canonical.com>
Date: Wed, 15 Jun 2016 12:31:49 +0000 (-0500)
Subject: do not create security group as part of install.
X-Git-Tag: colorado.1.0~131
X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F23%2F15623%2F1;p=joid.git

do not create security group as part of install.

Change-Id: I21c2b029e1b36c5a87cfb000ac146ec825adfca3
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
---

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