From 4aa31571c780548df0289b5c75fd766117892576 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/adhoc/dmz01.sh') 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 -- cgit 1.2.3-korg