← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1297795] [NEW] nova python client is not process safe

 

Public bug reported:

Nova python clients shares sockets between process:

this code:
https://github.com/openstack/python-novaclient/blob/master/novaclient/client.py#L42-L52


And sharing socket between process is last thing that you would like to see in your code.

** Affects: nova
     Importance: Undecided
         Status: New

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

Title:
  nova python client is not process safe

Status in OpenStack Compute (Nova):
  New

Bug description:
  Nova python clients shares sockets between process:

  this code:
  https://github.com/openstack/python-novaclient/blob/master/novaclient/client.py#L42-L52

  
  And sharing socket between process is last thing that you would like to see in your code.

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


Follow ups

References