← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1529836] Re: Fix deprecated library function (os.popen()).

 

Reviewed:  https://review.openstack.org/262733
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=7fb5d6b406b12b7c305134ac47b64d62ce5533d2
Submitter: Jenkins
Branch:    master

commit 7fb5d6b406b12b7c305134ac47b64d62ce5533d2
Author: Harshada Mangesh Kakad <harshadak@xxxxxxxxxxx>
Date:   Thu Dec 31 02:02:57 2015 -0800

    Replace deprecated library function os.popen() with subprocess
    
    os.popen() is deprecated since python 2.6. Resolved with use of
    subprocess module.
    
    Change-Id: I09f69b57b6dad10a5a6034b39d70f7ab3141bc2a
    Closes-Bug: #1529836


** Changed in: manila
       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):
  In Progress
Status in oslo-incubator:
  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