yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #58207
[Bug 1637012] Re: newton docs not consistent about [assignment] driver option
As of Ocata, keystone only provides one driver for the assignment API
[0]. I assume this is the deprecation warning you're seeing [1]. We've
removed the logic to auto-detect the assignment driver when Ocata opened
for development [2].
A work around for the deprecation warning and would be to set
`keystone.conf [assignment] driver=sql` which is the default as of Ocata
anyway.
Let us know if that helps and if you have any issues feel free to reopen
the bug.
[0] https://github.com/openstack/keystone/blob/stable/newton/keystone/conf/assignment.py#L18-L28
[1] https://github.com/openstack/keystone/blob/stable/newton/keystone/assignment/core.py#L75-L81
[2] https://review.openstack.org/#/c/382428/4
** Changed in: keystone
Status: New => Invalid
--
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/1637012
Title:
newton docs not consistent about [assignment] driver option
Status in OpenStack Identity (keystone):
Invalid
Bug description:
It's not clear what I should put into the:
[assignment]
driver = ???
in newton.
If I leave it undefined, I have deprecation warning, but docs tell me to leave it be:
http://docs.openstack.org/newton/config-reference/identity/samples/keystone.conf.html
and this one tells me to define it, since auto detection is deprecated.
http://docs.openstack.org/newton/config-reference/identity/config-options.html
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1637012/+subscriptions
References