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
Reviewed: https:/ /review. openstack. org/262727 /git.openstack. org/cgit/ openstack/ horizon/ commit/ ?id=935c483b9e7 955d4fe59e74933 44d88a21e7ce78
Committed: https:/
Submitter: Jenkins
Branch: master
commit 935c483b9e7955d 4fe59e7493344d8 8a21e7ce78
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: I6ac6eb8618dd3d 7325b43c67c1cb2 94bd8bff702
Partial-Bug: #1529836