Skip to content

Commit 27e39fd

Browse files
markmcDean Troyer
authored andcommitted
Copy Nova's policy.json to /etc/nova
Change-Id: I170e536331e617ea8984182d95616928f02a34a6
1 parent 33a19d4 commit 27e39fd

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
@@ -1141,6 +1141,8 @@ if [[ ! -d $NOVA_CONF_DIR ]]; then
11411141
fi
11421142
sudo chown `whoami` $NOVA_CONF_DIR
11431143

1144+
cp -p $NOVA_DIR/etc/nova/policy.json $NOVA_CONF_DIR
1145+
11441146
if is_service_enabled n-api; then
11451147
# Use the sample http middleware configuration supplied in the
11461148
# Nova sources. This paste config adds the configuration required

0 commit comments

Comments
 (0)