Reorder tenant_network to match Juno
Reorder tenant_network to match the Juno install-guide. No functional changes. Change-Id: Ia55ac7481e393dc1996ad37186bd0aea41981bde
This commit is contained in:
parent
224923df47
commit
77a0e046a4
@ -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/demo-openstackrc.sh"
|
||||
exec_logfile
|
||||
|
||||
indicate_current_auto
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Create tenant network
|
||||
# http://docs.openstack.org/icehouse/install-guide/install/apt/content/neutron_initial-tenant-network.html
|
||||
# http://docs.openstack.org/juno/install-guide/install/apt/content/neutron_initial-tenant-network.html
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
echo "Sourcing the demo credentials."
|
||||
source "$CONFIG_DIR/demo-openstackrc.sh"
|
||||
|
||||
echo "Waiting for neutron to start."
|
||||
until neutron net-list >/dev/null 2>&1; do
|
||||
sleep 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user