Comment 5 for bug 1629865

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

Reviewed: https://review.openstack.org/387427
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_horizon/commit/?id=0001eade2c298dc201eb802a2e018dc765fb923b
Submitter: Jenkins
Branch: stable/newton

commit 0001eade2c298dc201eb802a2e018dc765fb923b
Author: Kevin Carter <email address hidden>
Date: Fri Oct 14 14:31:35 2016 -0500

    Add conditional for multi-domain support

    When running a multi-domain cloud the constant
    "OPENSTACK_KEYSTONE_DEFAULT_DOMAIN" needs to be omitted from the
    rendered "local_setting.py" file. This change keys off of the
    "horizon_keystone_multidomain_support" value and should it be `true`
    the constant "OPENSTACK_KEYSTONE_DEFAULT_DOMAIN" will be omitted from
    config.

    Closes-Bug: #1629865
    Change-Id: I81c5d17bfd4d946567a49db9adfb4285d05303c3
    Signed-off-by: Kevin Carter <email address hidden>
    (cherry picked from commit 92d57b525e2c756d713ad5a3fd5f0f1f325cf9f9)