Comment 2 for bug 1251021

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/56287
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=2cbea242092dabf4c54544d5c8c32ba4b5fb8a1f
Submitter: Jenkins
Branch: master

commit 2cbea242092dabf4c54544d5c8c32ba4b5fb8a1f
Author: Tracy Jones <email address hidden>
Date: Wed Nov 13 13:16:26 2013 -0800

    Enable remote debugging for nova

    This patch added 2 command line parameters which are used to
    connect to an external debugger such as pycharm or eclipse.
    This feature is used when you want to connect to a nova
    service via a debugger running on a different host.
    To use it you start the nova service with the following
    command line parameters

    --remote_debug-host <where the debugger is running>
    --remote_debug-port <port> it's listening on>.

    DocImpact
    Closes-bug: #1251021
    Change-Id: I6ede9bf0813eafbeb91d858c297d4c160aafceba