← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1425895] [NEW] Tests on DomainSpecificLDAPandSQLIdentity cannot create and use new domains

 

Public bug reported:

Tests in this class (or in subclasses) can create domains, but cannot
use them for any identity operation, such as list_users.

When domain-specific backends functionality is used, the created domains
(that do not have an explicit configuration) are mapped in the default
driver. It works pretty well when the default driver is SQL, but not for
LDAP, which is read-only.

LDAP is configured as default driver for that test class.

An exception is thrown when trying to use identity operations on that
domain, since the manager cannot find a driver to use:

        Found multiple domains being mapped to a driver that does not
support that (e.g. LDAP) - Domain ID: fcda5a65a54e43618b1c5acfaefa8d00,
Default Driver: True

** Affects: keystone
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1425895

Title:
  Tests on DomainSpecificLDAPandSQLIdentity cannot create and use new
  domains

Status in OpenStack Identity (Keystone):
  New

Bug description:
  Tests in this class (or in subclasses) can create domains, but cannot
  use them for any identity operation, such as list_users.

  When domain-specific backends functionality is used, the created
  domains (that do not have an explicit configuration) are mapped in the
  default driver. It works pretty well when the default driver is SQL,
  but not for LDAP, which is read-only.

  LDAP is configured as default driver for that test class.

  An exception is thrown when trying to use identity operations on that
  domain, since the manager cannot find a driver to use:

          Found multiple domains being mapped to a driver that does not
  support that (e.g. LDAP) - Domain ID:
  fcda5a65a54e43618b1c5acfaefa8d00, Default Driver: True

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


Follow ups

References