yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #44398
[Bug 1529836] Re: Fix deprecated library function (os.popen()).
Reviewed: https://review.openstack.org/263594
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=13ade585c6e0212db8f89935f107e1d1718b59c3
Submitter: Jenkins
Branch: master
commit 13ade585c6e0212db8f89935f107e1d1718b59c3
Author: Yatin Kumbhare <yatinkumbhare@xxxxxxxxx>
Date: Tue Jan 5 12:30:29 2016 +0530
Fix for the deprecated library function
os.popen() is deprecated since version 2.6. Resolved with use of
subprocess module.
Change-Id: I53c21d6e8a9d23646c236ae33d652f1aefc20153
Closes-Bug: #1529836
** Changed in: python-keystoneclient
Status: In Progress => Fix Released
--
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/1529836
Title:
Fix deprecated library function (os.popen()).
Status in Ceilometer:
In Progress
Status in Cinder:
In Progress
Status in devstack:
In Progress
Status in Glance:
In Progress
Status in heat:
In Progress
Status in OpenStack Dashboard (Horizon):
In Progress
Status in OpenStack Identity (keystone):
Fix Released
Status in Manila:
Fix Released
Status in Murano:
Fix Released
Status in neutron:
In Progress
Status in OpenStack Compute (nova):
Fix Released
Status in oslo-incubator:
In Progress
Status in python-keystoneclient:
Fix Released
Status in Sahara:
In Progress
Status in senlin:
In Progress
Status in OpenStack Object Storage (swift):
In Progress
Status in tempest:
In Progress
Status in zaqar:
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/ceilometer/+bug/1529836/+subscriptions
References