** Changed in: keystone
Status: Fix Committed => Fix Released
** Changed in: keystone
Milestone: None => havana-2
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1186069
Title:
typo in 'import pydev' statement
Status in OpenStack Identity (Keystone):
Fix Released
Bug description:
This is related to the ability to remote debug keystone using pycharm.
In 'keystone/common/utils.py' --> setup_remote_pydev_debug() method,
The import statement for pydevd module is as follows:
from pydevd import pydevd
As per the JetBrains Documentation
[http://www.jetbrains.com/pycharm/webhelp/remote-debugging-2.html], it
should have been,
from pydev import pydevd
Guess, this is a typo in the import statement and needs a correction.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1186069/+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