Comment 19 for bug 1479569

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

Reviewed: https://review.openstack.org/255363
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=3a48989eb02187f384cfbf7bb7cd55502741fc68
Submitter: Jenkins
Branch: master

commit 3a48989eb02187f384cfbf7bb7cd55502741fc68
Author: Tom Cocozzello <email address hidden>
Date: Wed Dec 9 10:08:16 2015 -0600

    Return names in list role assignments

    Utilize the new include names functionality added to
    list role assignments (GET /role_assignments?include_names=True).
    Which will return the names of the entities instead of their
    IDs.

    Change-Id: I6dc03baf61ef9354a8a259a9f17ff47ce1665ce7
    Depends-On: I4aa77c08660a0cbd021502155938a46121ca76ef
    Closes-Bug: #1479569
    Implements: blueprint list-assignment-with-names