← Back to team overview

yahoo-eng-team team mailing list archive

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

 

Reviewed:  https://review.openstack.org/500653
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=4d32b1fbe9107c1474944794fe3e1876ad21dc1d
Submitter: Zuul
Branch:    master

commit 4d32b1fbe9107c1474944794fe3e1876ad21dc1d
Author: Amelia Cordwell <ameliacordwell@xxxxxxxxxxxxxxx>
Date:   Tue Sep 5 13:44:17 2017 +1200

    Add permissions explanation to quickstart doc
    
    * Also fixes part of the example which showed having a custom
      permission that could not exist in the way that
      django_openstack_auth's keystone backend was implemented.
    
    Change-Id: I46e748302d34f82648ef6690e2d5db4618487a6a
    Closes-Bug: #1605842


** Changed in: horizon
       Status: In Progress => Fix Released

-- 
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):
  Fix Released

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


References