From d4166023527ef25a6b2000deb9f7245011857db3 Mon Sep 17 00:00:00 2001 From: blsaws Date: Mon, 14 Mar 2016 14:00:00 -0700 Subject: Fix incorrect change to external attribute. JIRA: COPPER-4 Change-Id: Ie4a96c50d98692be785bb0f066e1acb587a7b16b Signed-off-by: blsaws --- tests/adhoc/dmz01.sh | 2 +- tests/adhoc/smoke01.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/adhoc') 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 -- cgit 1.2.3-korg