Comment 67 for bug 1529836

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

Reviewed: https://review.openstack.org/266198
Committed: https://git.openstack.org/cgit/openstack/python-zaqarclient/commit/?id=e97a78387b950804f48f49222d07d18d009db85e
Submitter: Jenkins
Branch: master

commit e97a78387b950804f48f49222d07d18d009db85e
Author: MD NADEEM <email address hidden>
Date: Tue Jan 12 11:32:40 2016 +0530

    Fixing the deprecated library function

    os.popen() is deprecated since version 2.6. Resolved with use
    of subprocess module.

    Change-Id: I71241cc8d47d1be4dcb20924937cb1c25afbc240
    Partial-Bug: #1529836