← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1873353] [NEW] Keystone endpoint type is hard coded

 

Public bug reported:

The default keystone endpoint type is hardcoded to be internalURL (https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/keystone.py, line 80)
        self.url = base.get_url_for_service(service, region, 'internalURL')

The default url should be of type specified in settings
(OPENSTACK_ENDPOINT_TYPE parameter). Due to this bug, Horizon dashboard
plugins such as StarlingX plugin is unable to overwrite the keystone
endpoint type via its specific settings.

** Affects: horizon
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1873353

Title:
  Keystone endpoint type is hard coded

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  The default keystone endpoint type is hardcoded to be internalURL (https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/keystone.py, line 80)
          self.url = base.get_url_for_service(service, region, 'internalURL')

  The default url should be of type specified in settings
  (OPENSTACK_ENDPOINT_TYPE parameter). Due to this bug, Horizon
  dashboard plugins such as StarlingX plugin is unable to overwrite the
  keystone endpoint type via its specific settings.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1873353/+subscriptions


Follow ups