commit | 405cc900eee7c802da9d4f734fdb87e49ebd9b38 | [log] [tgz] |
---|---|---|
author | Andrii Ostapenko <aostapenko@mirantis.com> | Thu Mar 23 13:41:49 2017 +0200 |
committer | Andrii Ostapenko <aostapenko@mirantis.com> | Thu Mar 23 13:41:49 2017 +0200 |
tree | 58f20ed62da54279f4c85d25eb52db7f216e2d8e | |
parent | d3a44462a088efb0033e0bd1dd01870fe55a53ef [diff] |
Adds missing key/value for network in POLICY_FILES
diff --git a/horizon/files/horizon_settings/_horizon_settings.py b/horizon/files/horizon_settings/_horizon_settings.py index 78bf00d..5e6fab4 100644 --- a/horizon/files/horizon_settings/_horizon_settings.py +++ b/horizon/files/horizon_settings/_horizon_settings.py
@@ -30,6 +30,7 @@ POLICY_FILES = { 'identity': 'keystone_policy.json', 'compute': 'nova_policy.json', + 'network': 'neutron_policy.json', 'image': 'glance_policy.json', 'volume': 'cinder_policy.json' }