Comment 5 for bug 1643808

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

Reviewed: https://review.openstack.org/433812
Committed: https://git.openstack.org/cgit/openstack/tripleo-validations/commit/?id=ce16415c8c6a4193d4bc5253be9f36a9126334b8
Submitter: Jenkins
Branch: stable/newton

commit ce16415c8c6a4193d4bc5253be9f36a9126334b8
Author: Tomas Sedovic <email address hidden>
Date: Tue Nov 22 07:58:15 2016 -0500

    Don't rely on overcloudrc

    We were reading overcloudrc for the openstack-endpoints validation.
    However, the name of tha file may differ if the deployment plan is
    called something else than "overcloud" and more importantly, the GUI
    deployments don't create the file on the undercloud at all.

    This updates the Ansible inventory to read the admin password and
    keystone url for the specified plan if available and the validation to
    use those values instead of relying on overcloudrc.

    Change-Id: I9ff26016c43888267968ef2588f686f7de95bda3
    Closes-Bug: #1643808
    (cherry picked from commit 8927704efafaf12f12212f445a3e8a9425b2a97b)