From 27e39fded215058b4a7424da6884721b07e06a88 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Thu, 10 May 2012 07:12:36 +0100 Subject: [PATCH] Copy Nova's policy.json to /etc/nova Change-Id: I170e536331e617ea8984182d95616928f02a34a6 --- stack.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stack.sh b/stack.sh index 66c8e93208..d8720d920b 100755 --- a/stack.sh +++ b/stack.sh @@ -1141,6 +1141,8 @@ if [[ ! -d $NOVA_CONF_DIR ]]; then 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