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:
parent
56b3f3b857
commit
6eb3e675c2
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user