Comment 12 for bug 1715465

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

Reviewed: https://review.openstack.org/504219
Committed: https://git.openstack.org/cgit/openstack/charm-heat/commit/?id=501e3415b346322769947ddfb5665e56490b3e3f
Submitter: Jenkins
Branch: master

commit 501e3415b346322769947ddfb5665e56490b3e3f
Author: James Page <email address hidden>
Date: Thu Sep 14 14:20:49 2017 -0600

    Correctly scope role assignment for heat_domain_admin

    The admin role assignment for the heat_domain_admin user
    needs to be scoped to the heat domain; update domain-setup
    action to scope the role assigment correctly.

    This change also stops ignoring the return code of the
    role assignment; re-assigning a role already granted is
    idemponent in openstackclient.

    Change-Id: Ia5ba409e2f566614e6db9bbf9540c563af8e4a82
    Closes-Bug: 1715465