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