yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #44321
[Bug 1529836] Re: Fix deprecated library function (os.popen()).
Reviewed: https://review.openstack.org/262570
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=c40464514d999917aa1b1f0e00f261136e046f39
Submitter: Jenkins
Branch: master
commit c40464514d999917aa1b1f0e00f261136e046f39
Author: Harshada Mangesh Kakad <harshadak@xxxxxxxxxxx>
Date: Wed Dec 30 08:59:21 2015 -0800
Replace deprecated library function os.popen() with subprocess
os.popen() is deprecated since version 2.6. Resolved with use of
subprocess module.
Change-Id: Iea9c0501f46c57d809217912fb0f40eb2bc4f111
Closes-Bug: #1529836
** Changed in: nova
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1529836
Title:
Fix deprecated library function (os.popen()).
Status in Cinder:
In Progress
Status in devstack:
In Progress
Status in Glance:
In Progress
Status in OpenStack Dashboard (Horizon):
In Progress
Status in OpenStack Identity (keystone):
In Progress
Status in Manila:
Fix Released
Status in neutron:
In Progress
Status in OpenStack Compute (nova):
Fix Released
Status in oslo-incubator:
In Progress
Status in python-keystoneclient:
In Progress
Status in OpenStack Object Storage (swift):
In Progress
Status in tempest:
In Progress
Bug description:
Deprecated library function os.popen is still in use at some places.
Need to replace it using subprocess module.
To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1529836/+subscriptions
References