← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1540728] Re: fix hiding of domain and region fields on login screen

 

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

commit 169fb08051dff0d4c1ded55747b1fb037cdce176
Author: daniel-a-nguyen <dan.nguyens.mail@xxxxxxxxx>
Date:   Mon Feb 1 20:29:42 2016 -0800

    Fixes reference to css for domain and region
    
    Horizon fails to hide the domain and region fields when WebSSO is
    enabled.  All fields should be hidden when the auth_type is not
    'Keystone Credentials'.
    
    Change-Id: I782dd3094a34c95127781f4040124a897bb46b1a
    Closes-Bug: #1540728


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

Title:
  fix hiding of domain and region fields on login screen

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  When Horizon is  configured with WebSSO enabled the domain field and
  region field should be hidden when the selected auth_type NOT
  "Keystone Credentials".

  Steps to Reproduce
  ------------------------------
  1. Edit the local_settings.py to have the following

  OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = True

  WEBSSO_ENABLED = True
  WEBSSO_CHOICES = (
   ("credentials", "Keystone Credentials"),
   ("saml2", "ADFS Credentials"),
   )

  * In addition to Keystone V3 settings.

  2. Login into Horizon
  3. Select 'Keystone Credentials' from the dropdown control.
  4. Observe that the domain field is present along with the name and password fields.
  5. Select 'ADFS Credentials'
  6. Observe that the domain field is present.

  Expected Behavior
  ----------------------------
  Selecting 'ADFS Credentials' or anything other than 'Keystone Credentials' should hide all the input fields including domain and region.

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


References