Comment 6 for bug 1211667

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/42019
Committed: http://github.com/openstack/horizon/commit/160ea12ba9cca82a4772743fd1b97176e4d03a79
Submitter: Jenkins
Branch: master

commit 160ea12ba9cca82a4772743fd1b97176e4d03a79
Author: Lin Hua Cheng <email address hidden>
Date: Wed Aug 14 15:07:28 2013 -0700

    Always display the Domains panel for Keystone V3

    The Domains panel is only displayed when the user explicitly set
    the OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT to True and keystone
    supports V3.

    The change allows the Domain panel to be displayed even if the flag
    OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT is False. In this case, the
    CRUD actions will not be available in the panel.

    If the local_settings.py.example is taken as is, Keystone V3 is
    assumed to be available. The Domain panel should also be available.

    Change-Id: Ifa81c6f106ba98a192a163aeb80f0ff92888d954
    Fixes: bug 1211667