Functional changes in external_network to match Juno
Make functional changes in external_network to match the Juno install-guide. Change-Id: Idc03a55154b81c00d54930755cfb49b90b903e11
This commit is contained in:
parent
c0a6c50ecf
commit
b1fdb444d2
@ -22,7 +22,10 @@ until neutron net-list >/dev/null 2>&1; do
|
||||
done
|
||||
|
||||
echo "Creating the external network."
|
||||
neutron net-create ext-net --router:external=True
|
||||
neutron net-create ext-net \
|
||||
--router:external True \
|
||||
--provider:physical_network external \
|
||||
--provider:network_type flat
|
||||
|
||||
echo "Creating a subnet on the external network."
|
||||
neutron subnet-create ext-net \
|
||||
|
Loading…
x
Reference in New Issue
Block a user