Comment 1 for bug 1535676

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-client-config (master)

Reviewed: https://review.openstack.org/269704
Committed: https://git.openstack.org/cgit/openstack/os-client-config/commit/?id=a2db877b41fad494fe9daa09b5c77914638ac605
Submitter: Jenkins
Branch: master

commit a2db877b41fad494fe9daa09b5c77914638ac605
Author: Monty Taylor <email address hidden>
Date: Tue Jan 19 10:12:02 2016 -0500

    Don't set project_domain if not project scoped

    The code to expand domain_{name,id} to {user,project}_domain_{name,id}
    is flawed in that it sets a project_domain_{name,id} even if a
    project_{name,id} is not set. There is a valid use case for not having
    a project_{name,id} - specifically getting a domain-scoped token.

    In the case where we do not set a project, check for that and don't make
    further assumptions that the domain input needs to be "fixed".

    Closes-Bug: #1535676
    Change-Id: I825fe4bc375687208bb176bb5990c23fe87c8f9d