Comment 93 for bug 1529836

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

Reviewed: https://review.openstack.org/262727
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=935c483b9e7955d4fe59e7493344d88a21e7ce78
Submitter: Jenkins
Branch: master

commit 935c483b9e7955d4fe59e7493344d88a21e7ce78
Author: Harshada Mangesh Kakad <email address hidden>
Date: Thu Dec 31 01:52:38 2015 -0800

    Fixing the deprecated library function.

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

    Change-Id: I6ac6eb8618dd3d7325b43c67c1cb294bd8bff702
    Partial-Bug: #1529836