** Changed in: keystone
Status: Fix Committed => Fix Released
--
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/1466772
Title:
File based domain config checks contain unused code
Status in OpenStack Identity (keystone):
Fix Released
Bug description:
The domain config processing handles the case when the config settings
are coming from a domain-specific config file or via the API
separately. However, there is some redundant code in the check for
multiple sql drivers for the file based case. which is a hang over
from when this code path tried to handle both cases. This can now be
removed. Example:
if not config_file:
config_file = _('Database at /domains/%s/config') % domain_id
raise exception.MultipleSQLDriversInConfig(source=config_file)
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1466772/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp