Comment 94 for bug 1529836

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

Reviewed: https://review.openstack.org/267536
Committed: https://git.openstack.org/cgit/openstack/sahara-specs/commit/?id=ccc72bdd8cffca476cbe63a074b432f228b2a6e5
Submitter: Jenkins
Branch: master

commit ccc72bdd8cffca476cbe63a074b432f228b2a6e5
Author: Harshada Mangesh Kakad <email address hidden>
Date: Thu Jan 14 05:01:19 2016 -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: Id6a5c276db0fffe0f6f49c3013651a354a508fb0
    Closes-Bug: #1529836