** Changed in: keystone
Status: Fix Committed => Fix Released
** Changed in: keystone
Milestone: None => icehouse-3
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1273336
Title:
(refactor) common.sql.migration.find_migrate_repo never used with an
argument.
Status in OpenStack Identity (Keystone):
Fix Released
Bug description:
If we look attentively to a `find_migrate_repo` usage we will see:
$ grep -r "find_migrate_repo" keystone
keystone/common/sql/migration.py: repo_path = find_migrate_repo()
keystone/common/sql/migration.py: repo_path = find_migrate_repo()
keystone/common/sql/migration.py: repo_path = find_migrate_repo()
The function never been used with an argument. What does it mean? This
mean that the only line is needed in this function
https://github.com/openstack/keystone/blob/master/keystone/common/sql/migration.py#L87.
And at this point the function is redundant in the current state. Must
be refactored.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1273336/+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