diff options
Diffstat (limited to 'tests/adhoc/smoke01.sh')
-rw-r--r-- | tests/adhoc/smoke01.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |