summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAimee Ukasick <aimeeu.opensource@gmail.com>2017-03-16 13:07:20 -0500
committerAimee Ukasick <aimeeu.opensource@gmail.com>2017-03-16 13:07:20 -0500
commit9cd47e99c90ebd7e78019d1420dd568498fe0862 (patch)
treee98712a5c259c4a4899ef753a85c25ceedb9ad8b /tests
parent101f00d54fa100c9bce0adafc91b33a5fc731ae6 (diff)
Remove code specific to OPNFV Colorado JOID
JIRA: MODELS-23 Setup function: removed workaround code to enable ML2 port functionality in the JOID Colorado release. Change-Id: If0c2f53b426701682ced97c7045465bbb77ee83c Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/vHello_3Node_Tacker.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/vHello_3Node_Tacker.sh b/tests/vHello_3Node_Tacker.sh
index b78440e..4a8f2bf 100644
--- a/tests/vHello_3Node_Tacker.sh
+++ b/tests/vHello_3Node_Tacker.sh
@@ -163,12 +163,6 @@ setup () {
dist=`grep DISTRIB_ID /etc/*-release | awk -F '=' '{print $2}'`
if [ "$dist" == "Ubuntu" ]; then
- dpkg -l juju
- if [[ $? -eq 0 ]]; then
- echo "$0: $(date) JOID workaround for Colorado - enable ML2 port security"
- juju set neutron-api enable-ml2-port-security=true
- fi
-
echo "$0: $(date) Execute tacker-setup.sh in the container"
sudo docker exec -it tacker /bin/bash /opt/tacker/tacker-setup.sh setup $2
if [ $? -eq 1 ]; then fail; fi