summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblsaws <bryan.sullivan@att.com>2016-03-14 14:00:00 -0700
committerblsaws <bs3131@att.com>2016-04-01 08:30:07 -0700
commit4aa31571c780548df0289b5c75fd766117892576 (patch)
treedbb938f4ad1996a661dbc9789734993c9f609433
parent116e6e78025b7ae3f3f54be0bca6595871303b82 (diff)
Fix incorrect change to external attribute.
JIRA: COPPER-4 Change-Id: Ie4a96c50d98692be785bb0f066e1acb587a7b16b Signed-off-by: blsaws <bryan.sullivan@att.com>
-rw-r--r--tests/adhoc/dmz01.sh2
-rw-r--r--tests/adhoc/smoke01.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/adhoc/dmz01.sh b/tests/adhoc/dmz01.sh
index d39b603..e28ce2c 100644
--- a/tests/adhoc/dmz01.sh
+++ b/tests/adhoc/dmz01.sh
@@ -49,7 +49,7 @@ IMAGE_ID=$(glance image-list | awk "/ cirros-0.3.3-x86_64-dmz / { print \$2 }")
glance --os-image-api-version 2 image-tag-update $IMAGE_ID "dmz"
-neutron net-create test_public --router:test_router=true --provider:network_type=flat --provider:physical_network=physnet1
+neutron net-create test_public --router:external=true --provider:network_type=flat --provider:physical_network=physnet1
neutron subnet-create --disable-dhcp test_public 192.168.10.0/24
diff --git a/tests/adhoc/smoke01.sh b/tests/adhoc/smoke01.sh
index a79fc65..7ab27b8 100644
--- a/tests/adhoc/smoke01.sh
+++ b/tests/adhoc/smoke01.sh
@@ -39,7 +39,7 @@ image=$(openstack image list | awk "/ cirros-0.3.3-x86_64 / { print \$2 }")
if [ "$image" == "" ]; then glance --os-image-api-version 1 image-create --name cirros-0.3.3-x86_64 --disk-format qcow2 --location http://download.cirros-cloud.net/0.3.3/cirros-0.3.3-x86_64-disk.img --container-format bare
fi
-neutron net-create test_public --router:test_router=true --provider:network_type=flat --provider:physical_network=physnet1
+neutron net-create test_public --router:external=true --provider:network_type=flat --provider:physical_network=physnet1
neutron subnet-create --disable-dhcp test_public 192.168.10.0/24