keystone | setting os-public-hostname creates duplicate Region choice on Dashboard
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Keystone Charm |
Triaged
|
Medium
|
Unassigned |
Bug Description
In anticipation to switch to SSL on keystone it's necessary to set at least the os-public-hostname value on the keystone charm.
In doing so, an additional Region Option appears on the Openstack Dashboard with 2 Duplicate entries in the Drop down.
A closer look in /etc/openstack-
# For multiple regions uncomment this configuration, and add (endpoint, title).
#AVAILABLE_REGIONS = [
# ('http://
# ('http://
#]
AVAILABLE_REGIONS = [
('http://
('http://
]
OPENSTACK_HOST = "keystone.
OPENSTACK_
OPENSTACK_
OPENSTACK_
OPENSTACK_
OPENSTACK_
# Enables keystone web single-sign-on if set to True.
#WEBSSO_ENABLED = False
Steps to reproduce :
juju config keystone os-public-
After the model settles, Dashboard Users are unable to login using Horizon.
Openstack operations via CLI are unaffected.
Charm Version : 310
Ubuntu 18:04
Openstack Release : Stein/Train
description: | updated |
Changed in charm-keystone: | |
importance: | Undecided → Medium |
status: | New → Triaged |