Reviewed: https://review.openstack.org/336755 Committed: https://git.openstack.org/cgit/openstack/neutron-specs/commit/?id=1062c22f25fe0a893326857e018e002c3e99c95a Submitter: Jenkins Branch: master
commit 1062c22f25fe0a893326857e018e002c3e99c95a Author: xiewj <[email protected]> Date: Fri Jul 1 21:32:12 2016 -0400 Update specs use RBAC instead of ACL in rbac-qos-policies.rst In the spec document of 'rbac-qos-policies' of Mitaka release, should be used RBAC instead of ACL, and add 'object_type' in the 'QosPolicyRBAC Table structure'. Change-Id: Ice34596579e7b7961ca9261e38fe4e5a93852000 Closes-Bug: #1596445 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1596445 Title: ‘ACL ’ appears in the spec document of 'rbac-qos-policies',actually should be RBAC Status in neutron: Fix Released Bug description: ‘ACL’ appears in the spec document of 'rbac-qos-policies',actually should be RBAC In the spec document of 'rbac-qos-policies' of Mitaka release, shown as follows: https://github.com/openstack/neutron-specs/blob/master/specs/mitaka/rbac-qos-policies.rst In the QosPolicyRBAC Table structure of 'Data Model Impact' section,appears 'ACL',actually should be RBAC 1)Attribute 'id' is described as 'id of ACL entry',I think it should be 'id of RBAC entry'. 2)Attribute 'tenant_id'is described as 'owner of ACL entry',I think it should be 'owner of RBAC entry'. 3)Attribute 'object_id' is described as 'object affected by ACL',I think it should be 'the id of the RBAC object'. 4)The table doesn't contain attribute 'type' In the API Tests section,it is the same,ACL should be replaced by RBAC Excercise basic CRUD of ACL entries. Make sure qos policies are revealed and hidden as ACL entries are changed To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1596445/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

