commit | 27e39fded215058b4a7424da6884721b07e06a88 | [log] [tgz] |
---|---|---|
author | Mark McLoughlin <markmc@redhat.com> | Thu May 10 07:12:36 2012 +0100 |
committer | Dean Troyer <dtroyer@gmail.com> | Thu May 10 14:21:53 2012 -0500 |
tree | 763c2e74c5271e3eeb0126109daf171bb6645b3c | |
parent | 33a19d4345ffc32a06f74dadd70842335e9c6400 [diff] [blame] |
Copy Nova's policy.json to /etc/nova Change-Id: I170e536331e617ea8984182d95616928f02a34a6
diff --git a/stack.sh b/stack.sh index 66c8e93..d8720d9 100755 --- a/stack.sh +++ b/stack.sh
@@ -1141,6 +1141,8 @@ fi sudo chown `whoami` $NOVA_CONF_DIR +cp -p $NOVA_DIR/etc/nova/policy.json $NOVA_CONF_DIR + if is_service_enabled n-api; then # Use the sample http middleware configuration supplied in the # Nova sources. This paste config adds the configuration required