← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1873353] Re: Keystone endpoint type is hard coded

 

Reviewed:  https://review.opendev.org/730781
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=7bde77fad1908da6bc17f5bf28ff0580ecd2b1d0
Submitter: Zuul
Branch:    master

commit 7bde77fad1908da6bc17f5bf28ff0580ecd2b1d0
Author: Gayathri Devi Kathiri <gayathri.devi@xxxxxxxxxxxx>
Date:   Tue May 26 12:38:54 2020 +0000

    Default keystone endpoint type is hard coded
    
    The default url should be of type "OPENSTACK_ENDPOINT_TYPE"
    parameter as specified in settings.
    
    Closes-Bug: #1873353
    
    Change-Id: I05ce933e5bd01bf59a52e7d49facce26efa693aa


** Changed in: horizon
       Status: In Progress => Fix Released

-- 
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):
  Fix Released

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


References