Don't override the policy files in the local settings

The setting override currently doesn't add anything (the file names are
kept the same) but causes new files added upstream to be missed as the
entire POLICY_FILES dictionary is being overriden.

Change-Id: I2ce4cace705e89ef2fbb4a2f4e57c9074fc512ac
Closes-Bug: #1296636
This commit is contained in:
Julie Pichon 2014-03-27 15:38:06 +00:00
parent 20e8cfdb08
commit d9e77723bc

View File

@ -270,17 +270,10 @@ EXTERNAL_MONITORING = <%= @horizon_app_links %>
POLICY_FILES_PATH = '/etc/openstack-dashboard'
<% end %>
# Map of local copy of service policy files
<% if @osfamily == 'RedHat' %>
POLICY_FILES = {
'identity': 'keystone_policy.json',
'compute': 'nova_policy.json'
}
<% else %>
#POLICY_FILES = {
# 'identity': 'keystone_policy.json',
# 'compute': 'nova_policy.json'
#}
<% end %>
# Trove user and database extension support. By default support for
# creating users and databases on database instances is turned on.