Comment 7 for bug 1246310

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-keystoneclient (master)

Reviewed: https://review.openstack.org/91578
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=0b0d2d3a9a909fcd00b1fda777201bd7c4608978
Submitter: Jenkins
Branch: master

commit 0b0d2d3a9a909fcd00b1fda777201bd7c4608978
Author: Rodrigo Duarte Sousa <email address hidden>
Date: Thu May 1 11:07:59 2014 -0300

    Add /role_assignments endpoint support

    This patch adds role assignments list support
    to keystoneclient.

    Created RoleAssignment resource and RoleAssignmentManager
    classes. RoleAssignmentManager only implements the list()
    method, the other inherited methods from base.CrudManager
    raises a MethodNotImplemented error with customized messages.

    This bp is complimented with the OSC part:
    https://blueprints.launchpad.net/python-openstackclient/+spec/roles-assignment-list

    Change-Id: I164b58b67ff42320238e943ddfa9d0a8aadd0a6d
    Implements: blueprint roles-assignment-support
    Closes-Bug: #1246310