← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1315739] Re: local_settings misses policy references for services

 

** Also affects: horizon/icehouse
   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):
  Fix Committed
Status in OpenStack Dashboard (Horizon) icehouse series:
  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


References