Comment 45 for bug 1529836

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

Reviewed: https://review.openstack.org/266983
Committed: https://git.openstack.org/cgit/openstack/murano-dashboard/commit/?id=130460f464af22590024e4da385860e7b0d27ca6
Submitter: Jenkins
Branch: master

commit 130460f464af22590024e4da385860e7b0d27ca6
Author: ting.wang <email address hidden>
Date: Wed Jan 13 23:28:59 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: I343d34f43ab7a1472040c3c2aca920c0e4fa1aa8
    Closes-Bug: #1529836