Skip to content

Commit b03f2e5

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Copy Nova's policy.json to /etc/nova"
2 parents f845f8d + 27e39fd commit b03f2e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stack.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,6 +1162,8 @@ if [[ ! -d $NOVA_CONF_DIR ]]; then
11621162
fi
11631163
sudo chown `whoami` $NOVA_CONF_DIR
11641164

1165+
cp -p $NOVA_DIR/etc/nova/policy.json $NOVA_CONF_DIR
1166+
11651167
if is_service_enabled n-api; then
11661168
# Use the sample http middleware configuration supplied in the
11671169
# Nova sources. This paste config adds the configuration required

0 commit comments

Comments
 (0)