← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1605842] [NEW] Some explanation of permissions 'my.openstack.permission'?

 

Public bug reported:

In this link
http://docs.openstack.org/developer/horizon/quickstart.html, there is no
explanation for permission 'my.openstack.permission' in section Panel
while this is important for doc readers, especially for a developer who
would like to customize permissions. Thanks.

class Images(horizon.Panel):
    name = "Images"
    slug = 'images'
    permissions = ('openstack.roles.admin', 'my.openstack.permission',)
    policy_rules = (('endpoint', 'endpoint:rule'),)

** Affects: horizon
     Importance: Undecided
     Assignee: zzxwill (zzxwill)
         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/1605842

Title:
  Some explanation of permissions 'my.openstack.permission'?

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  In this link
  http://docs.openstack.org/developer/horizon/quickstart.html, there is
  no explanation for permission 'my.openstack.permission' in section
  Panel while this is important for doc readers, especially for a
  developer who would like to customize permissions. Thanks.

  class Images(horizon.Panel):
      name = "Images"
      slug = 'images'
      permissions = ('openstack.roles.admin', 'my.openstack.permission',)
      policy_rules = (('endpoint', 'endpoint:rule'),)

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1605842/+subscriptions


Follow ups