Comment 2 for bug 1723669

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

Reviewed: https://review.openstack.org/512055
Committed: https://git.openstack.org/cgit/openstack/tripleo-quickstart/commit/?id=e924839f67282ef303750ad7241bde781283e59c
Submitter: Zuul
Branch: master

commit e924839f67282ef303750ad7241bde781283e59c
Author: Alex Schultz <email address hidden>
Date: Sat Oct 14 16:37:50 2017 -0600

    Fix clouds.yaml generation

    Previously the os_tenant_name was being used to generate the
    project_name in clouds.yaml. But if your credentials environment did not
    include an OS_TENANT_NAME declaration but did include an OS_PROJECT_NAME,
    this could result in a bad clouds.yaml and auth failures. This change
    adds the tenant_name in the clouds.yaml as well as setting project_name
    to use os_project_name while still falling back to the previous
    os_tenant_name. Additionally since this is a v2.0/v3 issue, let's
    support properly defining the identity api version if defined.

    Change-Id: Iea728eabc1bc00facb3f208a69dbafaa630912b2
    Closes-Bug: #1723669