Comment 6 for bug 1519174

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible (kilo)

Reviewed: https://review.openstack.org/238515
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=123f243b8ab90ca46fb388a50b9c6a71550cc360
Submitter: Jenkins
Branch: kilo

commit 123f243b8ab90ca46fb388a50b9c6a71550cc360
Author: Kevin Carter <email address hidden>
Date: Fri Nov 20 11:59:12 2015 -0600

    Keystone domain fix

    The keystone module is not able to function when using Keystone
    and the multi-domain backend. This issue is caused because the
    domain argument is not passed into the client calls. to resolve
    this issue the module has been updated to pass through the domain
    to the various client calls where needed

    Closes-Bug: #1518351
    Closes-Bug: #1519174
    Change-Id: Ie19f1658d770cc421e23ebb59e658624cf668840
    Co-Authored-By: Tiago Gomes <email address hidden>
    Co-Authored-By: Ian Cordasco <email address hidden>
    Signed-off-by: Kevin Carter <email address hidden>
    (cherry picked from commit f490880abecd5d3e2acf2642024dab7a02c08975)