Public bug reported:

OS: CentOS Linux release 7.2.1511 (Core)
Openstack Liberty

openstack-dashboard-8.0.0-1.el7.noarch
python-keystonemiddleware-2.3.1-1.el7.noarch
openstack-keystone-8.0.1-1.el7.noarch
python-keystone-8.0.1-1.el7.noarch
python-keystoneclient-1.7.2-1.el7.noarch


We're trying to make Horizon use Keystone API v3 in multi region setup. 
Everything is working right except for one thing - after successful login 
region name in upper right corner is displayed as 'None'. Drop down menu is 
working right - one can switch to a different region without any problems. But 
after logging in it is displayed as 'None' again no matter which region is 
chosen.

With Keystone API v2.0 region name in upper right corner is displayed
correctly.

These are the horizon settings for keystone API v3


OPENSTACK_API_VERSIONS = {
    "identity": 3
}

OPENSTACK_KEYSTONE_URL = "http://11.22.33.44:5000/v3";
AVAILABLE_REGIONS = [
    ('http://11.22.33.44:5000/v3', 'RegionOne'),
    ('http://55.66.77.88:5000/v3', 'RegionTwo'),
    ('http://99.88.77.66:5000/v3', 'RegionThree'),
] 

Thank you!

Regards.
Sergey

** 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/1564354

Title:
  Horizon + Multiple Regions + Keystone API v3

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  OS: CentOS Linux release 7.2.1511 (Core)
  Openstack Liberty

  openstack-dashboard-8.0.0-1.el7.noarch
  python-keystonemiddleware-2.3.1-1.el7.noarch
  openstack-keystone-8.0.1-1.el7.noarch
  python-keystone-8.0.1-1.el7.noarch
  python-keystoneclient-1.7.2-1.el7.noarch

  
  We're trying to make Horizon use Keystone API v3 in multi region setup. 
Everything is working right except for one thing - after successful login 
region name in upper right corner is displayed as 'None'. Drop down menu is 
working right - one can switch to a different region without any problems. But 
after logging in it is displayed as 'None' again no matter which region is 
chosen.

  With Keystone API v2.0 region name in upper right corner is displayed
  correctly.

  These are the horizon settings for keystone API v3

  
  OPENSTACK_API_VERSIONS = {
      "identity": 3
  }

  OPENSTACK_KEYSTONE_URL = "http://11.22.33.44:5000/v3";
  AVAILABLE_REGIONS = [
      ('http://11.22.33.44:5000/v3', 'RegionOne'),
      ('http://55.66.77.88:5000/v3', 'RegionTwo'),
      ('http://99.88.77.66:5000/v3', 'RegionThree'),
  ] 

  Thank you!

  Regards.
  Sergey

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to