Comment 2 for bug 1544703

Revision history for this message
Dan Nguyen (daniel-a-nguyen) wrote :

yeah, we can add a public url t the existing AVAILABLE_REGIONS property.

That property currently looks something like this:

https://github.com/openstack/horizon/blob/master/openstack_dashboard/local/local_settings.py.example#L149

# For multiple regions uncomment this configuration, and add (endpoint, title).
AVAILABLE_REGIONS = [
    ('http://cluster1.example.com:5000/v2.0', 'cluster1'),
    ('http://cluster2.example.com:5000/v2.0', 'cluster2'),
]

But I wonder is we should add a single one for Clouds that will be running WebSSO but not have multiple regions.