Reviewed: https://review.openstack.org/303211 Committed: https://git.openstack.org/cgit/openstack/zaqar-ui/commit/?id=8dac58c47e1f0330407852e64771f88a585a8d82 Submitter: Jenkins Branch: master
commit 8dac58c47e1f0330407852e64771f88a585a8d82 Author: shu-mutou <email address hidden> Date: Fri Apr 8 13:14:50 2016 +0900
Replace deprecated library function os.popen() with subprocess
os.popen() is deprecated since python 2.6. Resolved with use of subprocess module.
Change-Id: I1f06fb713b25c42f975e525711afaf2cf4a58a5a Closes-Bug: #1529836
Reviewed: https:/ /review. openstack. org/303211 /git.openstack. org/cgit/ openstack/ zaqar-ui/ commit/ ?id=8dac58c47e1 f0330407852e647 71f88a585a8d82
Committed: https:/
Submitter: Jenkins
Branch: master
commit 8dac58c47e1f033 0407852e64771f8 8a585a8d82
Author: shu-mutou <email address hidden>
Date: Fri Apr 8 13:14:50 2016 +0900
Replace deprecated library function os.popen() with subprocess
os.popen() is deprecated since python 2.6.
Resolved with use of subprocess module.
Change-Id: I1f06fb713b25c4 2f975e525711afa f2cf4a58a5a
Closes-Bug: #1529836