← 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/266950
Committed: https://git.openstack.org/cgit/openstack/keystoneauth/commit/?id=627fdd0176a1e871c0fb45ddfa09231ec3063797
Submitter: Jenkins
Branch:    master

commit 627fdd0176a1e871c0fb45ddfa09231ec3063797
Author: LiuNanke <nanke.liu@xxxxxxxxxxxx>
Date:   Wed Jan 13 22:40:58 2016 +0800

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


** Changed in: keystoneauth
       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 keystoneauth:
  Fix Released
Status in keystonemiddleware:
  In Progress
Status in Manila:
  Fix Released
Status in Murano:
  Fix Released
Status in neutron:
  Fix Released
Status in OpenStack Compute (nova):
  Fix Released
Status in oslo-incubator:
  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/ceilometer/+bug/1529836/+subscriptions


References