yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #12192
[Bug 1297796] [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: High
Assignee: Boris Pavlovic (boris-42)
Status: New
** Changed in: nova
Assignee: (unassigned) => Boris Pavlovic (boris-42)
** Changed in: nova
Importance: Undecided => High
--
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/1297796
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/1297796/+subscriptions
Follow ups
References