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:
1 changed files with 4 additions and 1 deletions
@@ -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 \
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.