Reorder external_network to match Juno
Reorder external_network to match the Juno install-guide. No functional changes. Change-Id: Ie41983f2f70a7edad42ad7c65ed22e838551d646
This commit is contained in:
@@ -4,16 +4,18 @@ TOP_DIR=$(cd $(dirname "$0")/.. && pwd)
|
||||
source "$TOP_DIR/config/paths"
|
||||
source "$CONFIG_DIR/credentials"
|
||||
source "$LIB_DIR/functions.guest"
|
||||
source "$CONFIG_DIR/admin-openstackrc.sh"
|
||||
exec_logfile
|
||||
|
||||
indicate_current_auto
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Create the external network and a subnet on it
|
||||
# http://docs.openstack.org/icehouse/install-guide/install/apt/content/neutron_initial-external-network.html
|
||||
# http://docs.openstack.org/juno/install-guide/install/apt/content/neutron_initial-external-network.html
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
echo "Sourcing the admin credentials."
|
||||
source "$CONFIG_DIR/admin-openstackrc.sh"
|
||||
|
||||
echo "Waiting for neutron to start."
|
||||
until neutron net-list >/dev/null 2>&1; do
|
||||
sleep 1
|
||||
|
||||
Reference in New Issue
Block a user