Comment 98 for bug 1529836

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon-cisco-ui (master)

Reviewed: https://review.openstack.org/312902
Committed: https://git.openstack.org/cgit/openstack/horizon-cisco-ui/commit/?id=adc4c11d6c78951461e5af17c78bca5bed6081e2
Submitter: Jenkins
Branch: master

commit adc4c11d6c78951461e5af17c78bca5bed6081e2
Author: sharat.sharma <email address hidden>
Date: Thu May 5 16:56:59 2016 +0530

    Fixing the deprecated library function.

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

    Change-Id: I83787c373ffc9a76b9c378e27cee87ae555930fd
    Closes-Bug: #1529836