[Yahoo-eng-team] [Bug 1603850] [NEW] Can not remote debug on windows

2016-07-17 Thread kramer
Public bug reported:

The neutron runs on CentOS7 and my development environment is Windows
10. The IDE I use is PyCharm 5.

To remote debug neutron with Pydevd module, you need to change the code
of neutron/common/eventlet_utils.py

from

eventlet.monkey_patch

to

eventlet.monkey_patch(os=False, thread=False)

But this will cause a lot issues. For example:

The l3 agent and DHCP agent will not be able to report their status
to Neutron API Server

May be I should not do this change. But if you want to remote debug
neutron from Windows, you have to do this. So this should be a problem.
Please consider it as a bug

** Affects: neutron
 Importance: Undecided
 Status: New


** Tags: neutron

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1603850

Title:
  Can not remote debug on windows

Status in neutron:
  New

Bug description:
  The neutron runs on CentOS7 and my development environment is Windows
  10. The IDE I use is PyCharm 5.

  To remote debug neutron with Pydevd module, you need to change the
  code of neutron/common/eventlet_utils.py

  from

  eventlet.monkey_patch

  to

  eventlet.monkey_patch(os=False, thread=False)

  But this will cause a lot issues. For example:

  The l3 agent and DHCP agent will not be able to report their
  status to Neutron API Server

  May be I should not do this change. But if you want to remote debug
  neutron from Windows, you have to do this. So this should be a
  problem. Please consider it as a bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1603850/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1347824] [NEW] Nova API wrapper doesn't pass nova metadata to create method

2014-07-23 Thread Jeff Kramer
Public bug reported:

When using the Nova API convenience methods to create instances in
openstack-dashboard projects, you can't set metadata because the
metadata option isn't passed through to python-novaclient.

** Affects: horizon
 Importance: Undecided
 Assignee: Jeff Kramer (jeffkramer)
 Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1347824

Title:
  Nova API wrapper doesn't pass nova metadata to create method

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  When using the Nova API convenience methods to create instances in
  openstack-dashboard projects, you can't set metadata because the
  metadata option isn't passed through to python-novaclient.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1347824/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp