← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1630435] [NEW] make the assignment backend default to sql

 

Public bug reported:

Currently, we do not provide a default for the assignment driver:

https://github.com/openstack/keystone/blob/master/keystone/conf/assignment.py#L18-L28

Which results in a deprecation message:

Deprecated: Use of the identity driver config to automatically configure
the same assignment driver has been deprecated, in the "O" release, the
assignment driver will need to be explicitly configured if different
than the default (SQL).

Some background... once upon a time, there was an LDAP backend for
assignment, it was removed in the M release. We had logic built-in so
deployers needed to only specify one backend (identity or assignment)
and we would default to the one they picked. This is no longer the case
since we only have a single assignment backend.

** Affects: keystone
     Importance: High
         Status: Confirmed

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1630435

Title:
  make the assignment backend default to sql

Status in OpenStack Identity (keystone):
  Confirmed

Bug description:
  Currently, we do not provide a default for the assignment driver:

  https://github.com/openstack/keystone/blob/master/keystone/conf/assignment.py#L18-L28

  Which results in a deprecation message:

  Deprecated: Use of the identity driver config to automatically
  configure the same assignment driver has been deprecated, in the "O"
  release, the assignment driver will need to be explicitly configured
  if different than the default (SQL).

  Some background... once upon a time, there was an LDAP backend for
  assignment, it was removed in the M release. We had logic built-in so
  deployers needed to only specify one backend (identity or assignment)
  and we would default to the one they picked. This is no longer the
  case since we only have a single assignment backend.

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


Follow ups