Reviewed: https://review.openstack.org/263594 Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=13ade585c6e0212db8f89935f107e1d1718b59c3 Submitter: Jenkins Branch: master
commit 13ade585c6e0212db8f89935f107e1d1718b59c3 Author: Yatin Kumbhare <email address hidden> Date: Tue Jan 5 12:30:29 2016 +0530
Fix for the deprecated library function
os.popen() is deprecated since version 2.6. Resolved with use of subprocess module.
Change-Id: I53c21d6e8a9d23646c236ae33d652f1aefc20153 Closes-Bug: #1529836
Reviewed: https:/ /review. openstack. org/263594 /git.openstack. org/cgit/ openstack/ python- keystoneclient/ commit/ ?id=13ade585c6e 0212db8f89935f1 07e1d1718b59c3
Committed: https:/
Submitter: Jenkins
Branch: master
commit 13ade585c6e0212 db8f89935f107e1 d1718b59c3
Author: Yatin Kumbhare <email address hidden>
Date: Tue Jan 5 12:30:29 2016 +0530
Fix for the deprecated library function
os.popen() is deprecated since version 2.6. Resolved with use of
subprocess module.
Change-Id: I53c21d6e8a9d23 646c236ae33d652 f1aefc20153
Closes-Bug: #1529836