yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #14112
[Bug 1315739] [NEW] local_settings misses policy references for services
Public bug reported:
local_settings.py example lists:
#POLICY_FILES = {
# 'identity': 'keystone_policy.json',
# 'compute': 'nova_policy.json'
#}
whereas
settings.py lists instead:
POLICY_FILES = {
'identity': 'keystone_policy.json',
'compute': 'nova_policy.json',
'volume': 'cinder_policy.json',
'image': 'glance_policy.json',
'orchestration': 'heat_policy.json',
}
I think, we should hint users to customize volume, image etc. as well.
** Affects: horizon
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1315739
Title:
local_settings misses policy references for services
Status in OpenStack Dashboard (Horizon):
New
Bug description:
local_settings.py example lists:
#POLICY_FILES = {
# 'identity': 'keystone_policy.json',
# 'compute': 'nova_policy.json'
#}
whereas
settings.py lists instead:
POLICY_FILES = {
'identity': 'keystone_policy.json',
'compute': 'nova_policy.json',
'volume': 'cinder_policy.json',
'image': 'glance_policy.json',
'orchestration': 'heat_policy.json',
}
I think, we should hint users to customize volume, image etc. as well.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1315739/+subscriptions
Follow ups
References