Comment 2 for bug 1720983

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-common (stable/newton)

Reviewed: https://review.openstack.org/509079
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=fb9fa9844ca079d6322eaeb00564dc4bba324c3c
Submitter: Jenkins
Branch: stable/newton

commit fb9fa9844ca079d6322eaeb00564dc4bba324c3c
Author: Pranali Deore <email address hidden>
Date: Tue Oct 3 10:03:05 2017 +0530

    Adding env variable OS_TENANT_NAME back in overcloudrc

    Glance commands are failing in newton with error[1] because of tenant
    specific requirements in glanceclient. Since ocata, keystoneauth is
    switched from keystoneclient this issue is not exist in recent releases.

    Before moving overcloudrc generation from tripleoclient to a Mistral
    action OS_TENANT_NAME was being used instead of OS_PROJECT_NAME.
    So, adding back OS_TENANT_NAME in overcloudrc.

    [1]:https://github.com/openstack/python-glanceclient/blob/stable/newton/glanceclient/shell.py#L388

    Closes-Bug: 1720983
    Change-Id: Id2226eb2bd9ad5c24cc87f0cf6c61324018ceeac