set service token in keystone's paste config for nova
This commit is contained in:
parent
b96871e486
commit
9f20f5140e
1 changed files with 1 additions and 0 deletions
1
stack.sh
1
stack.sh
|
@ -334,6 +334,7 @@ fi
|
|||
# Nova
|
||||
# ----
|
||||
|
||||
sudo sed -e "s,999888777666,$SERVICE_TOKEN,g" -i $KEYSTONE_DIR/examples/paste/nova-api-paste.ini
|
||||
|
||||
if [[ "$ENABLED_SERVICES" =~ "n-cpu" ]]; then
|
||||
|
||||
|
|
Loading…
Reference in a new issue