Comment 80 for bug 1529836

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

Reviewed: https://review.openstack.org/279000
Committed: https://git.openstack.org/cgit/openstack/nova-powervm/commit/?id=c80c843d8a0bca5b2309349945b39fea707a85a8
Submitter: Jenkins
Branch: master

commit c80c843d8a0bca5b2309349945b39fea707a85a8
Author: kairoaraujo <email address hidden>
Date: Thu Feb 11 09:52:14 2016 -0200

    Replace deprecated library function os.popen() with subprocess

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

    Change-Id: Ic9c994dd044ac0c27194ba05634c826c6ca9e7ba
    Closes-Bug: #1529836