diff options
Diffstat (limited to 'openstack_dashboard/settings.py')
-rw-r--r-- | openstack_dashboard/settings.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openstack_dashboard/settings.py b/openstack_dashboard/settings.py index 06f8aed..e4f4d37 100644 --- a/openstack_dashboard/settings.py +++ b/openstack_dashboard/settings.py | |||
@@ -261,7 +261,6 @@ POLICY_FILES = { | |||
261 | 'compute': 'nova_policy.json', | 261 | 'compute': 'nova_policy.json', |
262 | 'volume': 'cinder_policy.json', | 262 | 'volume': 'cinder_policy.json', |
263 | 'image': 'glance_policy.json', | 263 | 'image': 'glance_policy.json', |
264 | 'orchestration': 'heat_policy.json', | ||
265 | 'network': 'neutron_policy.json', | 264 | 'network': 'neutron_policy.json', |
266 | } | 265 | } |
267 | 266 | ||