Comment 5 for bug 1750455

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

Reviewed: https://review.openstack.org/547155
Committed: https://git.openstack.org/cgit/openstack/tripleo-quickstart-extras/commit/?id=00506c687c57e2e73db4a8a3ae556f9722ecc5f1
Submitter: Zuul
Branch: master

commit 00506c687c57e2e73db4a8a3ae556f9722ecc5f1
Author: Alex Schultz <email address hidden>
Date: Thu Feb 22 15:16:05 2018 -0700

    Gracefully handle OS_TENANT_NAME

    If OS_TENANT_NAME is not defined but OS_PROJECT_NAME is defined, quietly
    set OS_TENANT_NAME=OS_PROJECT_NAME as to not just fail. Since quickstart
    relies on os_tenant_name all over the place but the newer clouds are
    Keystone v3 which does not require os_tenant_name, let's not have the
    reproducer just fail if we can gracefully continue.

    Change-Id: Ie508c7a9723f6eca3616c9b6b5b6795582a8c121
    Related-Bug: #1750455