Browse code

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

Jenkins authored on 2012/05/11 04:45:37
Showing 1 changed files
... ...
@@ -1162,6 +1162,8 @@ if [[ ! -d $NOVA_CONF_DIR ]]; then
1162 1162
 fi
1163 1163
 sudo chown `whoami` $NOVA_CONF_DIR
1164 1164
 
1165
+cp -p $NOVA_DIR/etc/nova/policy.json $NOVA_CONF_DIR
1166
+
1165 1167
 if is_service_enabled n-api; then
1166 1168
     # Use the sample http middleware configuration supplied in the
1167 1169
     # Nova sources.  This paste config adds the configuration required