Comment 32 for bug 1300246

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-manuals (stable/liberty)

Reviewed: https://review.openstack.org/270598
Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=5a3618d4f51a64cc9ef16d9365aa7190b3f5914e
Submitter: Jenkins
Branch: stable/liberty

commit 5a3618d4f51a64cc9ef16d9365aa7190b3f5914e
Author: Steven Hardy <email address hidden>
Date: Mon Dec 7 17:33:42 2015 +0000

    [install] Fix heat trustee configuration

    The current example config is broken with the default deferred
    authentication of trusts - the project_domain_id and project_name
    cannot be specified in this section or keystone will throw a
    "cannot be scoped to multiple targets" error when we attempt to get
    a token scoped to a trust.

    Also, the auth_uri is unused by the keystoneclient password auth
    plugins, so remove it (it has been a source of confusion in the
    referenced bug).

    Change-Id: I6305be3c693993de4d16d82fd6de936e92c437c5
    Closes-Bug: #1300246
    Backport: liberty
    (cherry picked from commit 98ef59a59973954f5396df4898ffc1d1df98b9c2)