Merge "Setup PKI for Keystone"
This commit is contained in:
commit
91a79e3dd7
2
stack.sh
2
stack.sh
@ -1947,6 +1947,8 @@ if is_service_enabled key; then
|
|||||||
|
|
||||||
# Initialize keystone database
|
# Initialize keystone database
|
||||||
$KEYSTONE_DIR/bin/keystone-manage db_sync
|
$KEYSTONE_DIR/bin/keystone-manage db_sync
|
||||||
|
# set up certificates
|
||||||
|
$KEYSTONE_DIR/bin/keystone-manage pki_setup
|
||||||
|
|
||||||
# launch keystone and wait for it to answer before continuing
|
# launch keystone and wait for it to answer before continuing
|
||||||
screen_it key "cd $KEYSTONE_DIR && $KEYSTONE_DIR/bin/keystone-all --config-file $KEYSTONE_CONF $KEYSTONE_LOG_CONFIG -d --debug"
|
screen_it key "cd $KEYSTONE_DIR && $KEYSTONE_DIR/bin/keystone-all --config-file $KEYSTONE_CONF $KEYSTONE_LOG_CONFIG -d --debug"
|
||||||
|
Loading…
Reference in New Issue
Block a user