| commit | b03f2e575aff333706adf1b1a7fcc6ffe64d5ca2 | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Thu May 10 19:45:37 2012 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Thu May 10 19:45:37 2012 +0000 |
| tree | 9dff574ac0ee303242ac9641b4998e75712f25d5 | |
| parent | f845f8d462e9a6808284ab64d3788be5b3a1be70 [diff] | |
| parent | 27e39fded215058b4a7424da6884721b07e06a88 [diff] |
Merge "Copy Nova's policy.json to /etc/nova"
diff --git a/stack.sh b/stack.sh index 6d696d6..c6f5d1e 100755 --- a/stack.sh +++ b/stack.sh
@@ -1162,6 +1162,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