commit | 28a83724b21033ba2e352e8f74f1443611d68d31 | [log] [tgz] |
---|---|---|
author | Oleksii Chupryn <achuprin@mirantis.com> | Thu Mar 30 09:38:32 2017 +0300 |
committer | Oleksii Chupryn <achuprin@mirantis.com> | Thu Mar 30 09:38:32 2017 +0300 |
tree | 6ebfb563cd22d528dbda4d47f71b5b184c582a09 | |
parent | ca9d26b4f63b4b283d4932532bb0f7dc051428fe [diff] |
Adds missing key/value in POLICY_FILES - telemetry - orchestration Change-Id: I99886761b8dca1b3dec26de379d49a79157d4f5f
diff --git a/horizon/files/horizon_settings/_horizon_settings.py b/horizon/files/horizon_settings/_horizon_settings.py index 5e6fab4..ace63b0 100644 --- a/horizon/files/horizon_settings/_horizon_settings.py +++ b/horizon/files/horizon_settings/_horizon_settings.py
@@ -32,7 +32,9 @@ 'compute': 'nova_policy.json', 'network': 'neutron_policy.json', 'image': 'glance_policy.json', - 'volume': 'cinder_policy.json' + 'volume': 'cinder_policy.json', + 'telemetry': 'ceilometer_policy.json', + 'orchestration': 'heat_policy.json' } LOGGING = {