← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1557791] Re: WebSSO tries to call get_domain for Federated domain

 

Reviewed:  https://review.openstack.org/293172
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=b1f7fc442f5a8c911d07f910fb0042138711e127
Submitter: Jenkins
Branch:    master

commit b1f7fc442f5a8c911d07f910fb0042138711e127
Author: daniel-a-nguyen <dan.nguyens.mail@xxxxxxxxx>
Date:   Tue Mar 15 16:20:08 2016 -0700

    Bypass get_domain call to keystone api
    
    Warning messages in horizon and keystone logs regarding the 'Federated' domain
    indicate that a call to get_domain is failing.
    
    This fix will allow horizon to not attempt calls to retrieve domains
    that do not exists.  The 'Federated' domain is a virtual domain that has
    no record in the keystone database.
    
    Change-Id: Ic3225815d12472d37c4105b656c5bc75b529c359
    Closes-Bug: #1557791


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

Title:
  WebSSO tries to call get_domain for Federated domain

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  The Keystone WebSSO authenticates to horizon using a virtual domain
  named 'Federated' as defined by the integration.  There is no physical
  record of this domain in the Keystone database and the API call to
  get_domain will not return a domain.

  The suggested fix for this bug is to bypass the unnecessary call based
  on the domain name.

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


References