Comment 4 for bug 1478996

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-ansible-deployment (kilo)

Reviewed: https://review.openstack.org/208012
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=da0269ec0737509dc1405859c3b53d731f339462
Submitter: Jenkins
Branch: kilo

commit da0269ec0737509dc1405859c3b53d731f339462
Author: Jesse Pretorius <email address hidden>
Date: Tue Jul 28 15:57:41 2015 +0100

    Enable Horizon to consume a Keystone v3 API endpoint

    This patch enables Horizon to consume a Keystone v3 API endpoint.

    This patch also introduces two variables to allow the endpoint to be
    specified independently if required:
     - horizon_keystone_host: this defaults to the internal LB IP address
     - horizon_keystone_endpoint: this defaults to the internal Keystone
       endpoint

    This patch also does the following:
     - properly consumes the horizon_ssl_no_verify role setting;
     - includes a little comment cleanup which does nothing but clutter
       the local_settings configuration file.

    Closes-Bug: #1478996
    Change-Id: I5b7ceeecab072ead6fd380dcef7a48f1978a56f2
    (cherry picked from commit fb6438e8d85d27ca1af0f4dfefe8fbaf05fdff01)