Merge "Use userrc_early for all nodes"
This commit is contained in:
commit
4972bbcfbe
18
stack.sh
18
stack.sh
@ -1025,15 +1025,6 @@ start_dstat
|
||||
# Keystone
|
||||
# --------
|
||||
|
||||
if is_service_enabled keystone; then
|
||||
echo_summary "Starting Keystone"
|
||||
|
||||
if [ "$KEYSTONE_AUTH_HOST" == "$SERVICE_HOST" ]; then
|
||||
init_keystone
|
||||
start_keystone
|
||||
bootstrap_keystone
|
||||
fi
|
||||
|
||||
# Rather than just export these, we write them out to a
|
||||
# intermediate userrc file that can also be used to debug if
|
||||
# something goes wrong between here and running
|
||||
@ -1061,6 +1052,15 @@ EOF
|
||||
|
||||
source $TOP_DIR/userrc_early
|
||||
|
||||
if is_service_enabled keystone; then
|
||||
echo_summary "Starting Keystone"
|
||||
|
||||
if [ "$KEYSTONE_AUTH_HOST" == "$SERVICE_HOST" ]; then
|
||||
init_keystone
|
||||
start_keystone
|
||||
bootstrap_keystone
|
||||
fi
|
||||
|
||||
create_keystone_accounts
|
||||
create_nova_accounts
|
||||
create_glance_accounts
|
||||
|
Loading…
x
Reference in New Issue
Block a user