← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1347309] Re: if multidomain enabled, login error message should change

 

The form that displays this error is actually in django_openstack_auth.

** Also affects: django-openstack-auth
   Importance: Undecided
       Status: New

** Changed in: django-openstack-auth
       Status: New => Confirmed

** Changed in: django-openstack-auth
   Importance: Undecided => Low

** Changed in: django-openstack-auth
     Assignee: (unassigned) => David Lyle (david-lyle)

** Changed in: horizon
       Status: New => Invalid

-- 
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/1347309

Title:
  if multidomain enabled, login error message should change

Status in Django OpenStack Auth:
  Confirmed
Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  To test this, update your local_settings.py to:

  OPENSTACK_API_VERSIONS = {
  “identity”: 3
  }

  OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = True
  #OPENSTACK_KEYSTONE_URL = “http://<url>:5000/v2.0″ % OPENSTACK_HOST
  OPENSTACK_KEYSTONE_URL = “http://<url>:5000/v3″ % OPENSTACK_HOST

  After you make these changes you will see an addition 'Domain' field
  on the login screen.

  However, when you enter in the domain name wrong, you are presented
  with message: 'Invalid user name or password.'  It should be updated
  to say: 'Invalid domain, user name or password.'

To manage notifications about this bug go to:
https://bugs.launchpad.net/django-openstack-auth/+bug/1347309/+subscriptions


References