Reviewed: https://review.openstack.org/262731 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=114f72f286888eee7c935470e9795099c41d64db Submitter: Jenkins Branch: master
commit 114f72f286888eee7c935470e9795099c41d64db Author: Harshada Mangesh Kakad <[email protected]> Date: Thu Dec 31 02:00:15 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: Id8edeb60aa32f556b58ed0397d27598c39945241 Closes-Bug: #1529836 ** Changed in: keystone 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: In Progress 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 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 -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

