Browse code

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

Change-Id: I170e536331e617ea8984182d95616928f02a34a6

Mark McLoughlin authored on 2012/05/10 15:12:36
Showing 1 changed files
... ...
@@ -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