Copy Nova's policy.json to /etc/nova

Change-Id: I170e536331e617ea8984182d95616928f02a34a6
This commit is contained in:
Mark McLoughlin 2012-05-10 07:12:36 +01:00 committed by Dean Troyer
parent 33a19d4345
commit 27e39fded2

View File

@ -1141,6 +1141,8 @@ if [[ ! -d $NOVA_CONF_DIR ]]; then
fi
sudo chown `whoami` $NOVA_CONF_DIR
cp -p $NOVA_DIR/etc/nova/policy.json $NOVA_CONF_DIR
if is_service_enabled n-api; then
# Use the sample http middleware configuration supplied in the
# Nova sources. This paste config adds the configuration required