We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f845f8d + 27e39fd commit b03f2e5Copy full SHA for b03f2e5
1 file changed
stack.sh
@@ -1162,6 +1162,8 @@ if [[ ! -d $NOVA_CONF_DIR ]]; then
1162
fi
1163
sudo chown `whoami` $NOVA_CONF_DIR
1164
1165
+cp -p $NOVA_DIR/etc/nova/policy.json $NOVA_CONF_DIR
1166
+
1167
if is_service_enabled n-api; then
1168
# Use the sample http middleware configuration supplied in the
1169
# Nova sources. This paste config adds the configuration required
0 commit comments