Comment 29 for bug 1529836

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-keystoneclient (master)

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 <email address hidden>
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