← 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/263659
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=d341129e6dcf82fcd39aaf77bdfe9d0961622972
Submitter: Jenkins
Branch:    master

commit d341129e6dcf82fcd39aaf77bdfe9d0961622972
Author: Yatin Kumbhare <yatinkumbhare@xxxxxxxxx>
Date:   Tue Jan 5 15:43:51 2016 +0530

    Fix for the deprecated library function
    
    os.popen() is deprecated since version 2.6. Resolved with use of
    subprocess module.
    
    Closes-Bug: #1529836
    
    Change-Id: I91e44e4d59ae6a6ea7d1aa6fa2b673f1ba230d45


** Changed in: heat
       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 bilean:
  In Progress
Status in Blazar:
  In Progress
Status in Ceilometer:
  In Progress
Status in ceilometer-powervm:
  In Progress
Status in Cinder:
  In Progress
Status in congress:
  In Progress
Status in devstack:
  In Progress
Status in Glance:
  In Progress
Status in glance_store:
  Fix Released
Status in group-based-policy-specs:
  In Progress
Status in heat:
  Fix Released
Status in OpenStack Dashboard (Horizon):
  In Progress
Status in horizon-cisco-ui:
  In Progress
Status in OpenStack Identity (keystone):
  Fix Released
Status in keystoneauth:
  Fix Released
Status in keystonemiddleware:
  Fix Released
Status in Kwapi:
  In Progress
Status in Manila:
  Fix Released
Status in Murano:
  Fix Released
Status in networking-powervm:
  In Progress
Status in neutron:
  Fix Released
Status in OpenStack Compute (nova):
  Fix Released
Status in nova-powervm:
  In Progress
Status in oslo-incubator:
  In Progress
Status in python-heatclient:
  In Progress
Status in python-keystoneclient:
  Fix Released
Status in Python client library for Zaqar:
  In Progress
Status in Sahara:
  Fix Released
Status in senlin:
  Fix Released
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/bilean/+bug/1529836/+subscriptions


References