From a49eb95b10d50cb1eb428ba4a5ce2cd90e17f6d6 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Wed, 8 Feb 2017 08:23:50 -0600 Subject: to fix ODL issue. Change-Id: Iae384f8ba902cc001b7ffd2d55fcbef25333ecba Signed-off-by: Narinder Gupta --- ci/openstack.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ci/openstack.sh') diff --git a/ci/openstack.sh b/ci/openstack.sh index 06e59c4f..71f005e2 100755 --- a/ci/openstack.sh +++ b/ci/openstack.sh @@ -238,7 +238,8 @@ elif [ "nosdn" == "$opnfvsdn" ]; then elif [ "odl" == "$opnfvsdn" ]; then neutron net-show ext-net > /dev/null 2>&1 || neutron net-create ext-net \ --router:external=True \ - --provider:network_type vxlan + --provider:network_type vxlan \ + --provider:physical_network physnet1 neutron subnet-show ext-subnet > /dev/null 2>&1 || neutron subnet-create ext-net \ --name ext-subnet --allocation-pool start=$EXTNET_FIP,end=$EXTNET_LIP \ -- cgit 1.2.3-korg