Change external network settings to not shared

External network should not be shared with other users. Only admin
user should have the privilege to access external network. The
other tenants can access the external network via. router.

Change-Id: I599b8a21323298c8668666b2476f11a81a65165e
This commit is contained in:
Pranav Salunke 2014-08-28 19:26:07 +05:30 committed by Roger Luethi
parent 56b3f3b857
commit 6eb3e675c2

View File

@ -24,7 +24,7 @@ until neutron net-list >/dev/null 2>&1; do
done
echo "Creating the external network."
neutron net-create ext-net --shared --router:external=True
neutron net-create ext-net --router:external=True
echo "Creating a subnet on the external network."
neutron subnet-create ext-net \