Comment 6 for bug 1288223

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

Reviewed: https://review.openstack.org/78562
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=3447a222bdac2782c06de958731dbafc3bc1e3c6
Submitter: Jenkins
Branch: master

commit 3447a222bdac2782c06de958731dbafc3bc1e3c6
Author: Steven Hardy <email address hidden>
Date: Thu Mar 6 09:52:39 2014 +0000

    heat_keystoneclient don't pass project and trust_id

    When creating a keystoneclient connection with a trust, we should
    not pass the project_name, as the token can only be scoped to either
    a trust or project, not both. Previous versions of keystoneclient
    worked with both, but recent changes mean this no longer works.

    Change-Id: I5c7e7498137d428360f2b5f1e8bd2d079c80cd9b
    Closes-Bug: #1288223