Merge "Copy Nova's policy.json to /etc/nova"
This commit is contained in:
commit
b03f2e575a
2
stack.sh
2
stack.sh
@ -1162,6 +1162,8 @@ if [[ ! -d $NOVA_CONF_DIR ]]; then
|
|||||||
fi
|
fi
|
||||||
sudo chown `whoami` $NOVA_CONF_DIR
|
sudo chown `whoami` $NOVA_CONF_DIR
|
||||||
|
|
||||||
|
cp -p $NOVA_DIR/etc/nova/policy.json $NOVA_CONF_DIR
|
||||||
|
|
||||||
if is_service_enabled n-api; then
|
if is_service_enabled n-api; then
|
||||||
# Use the sample http middleware configuration supplied in the
|
# Use the sample http middleware configuration supplied in the
|
||||||
# Nova sources. This paste config adds the configuration required
|
# Nova sources. This paste config adds the configuration required
|
||||||
|
Loading…
Reference in New Issue
Block a user