Merge "Run keystone server in debug mode."

This commit is contained in:
Jenkins 2013-03-11 14:13:32 +00:00 committed by Gerrit Code Review
commit 7052bffe2b

View File

@ -221,7 +221,10 @@ def setup_remote_pydev_debug():
'that a debugger processes is listening on that port.')
try:
from pydev import pydevd
try:
from pydevd import pydevd
except ImportError:
import pydevd
pydevd.settrace(CONF.pydev_debug_host,
port=CONF.pydev_debug_port,