]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fixing the deprecated library function.
authorHarshada Mangesh Kakad <harshadak@metsi.co.uk>
Wed, 30 Dec 2015 15:55:45 +0000 (07:55 -0800)
committerHarshada Mangesh Kakad <harshadak@metsi.co.uk>
Wed, 30 Dec 2015 16:35:44 +0000 (08:35 -0800)
commit4fe1864351758990431e2e34c7eabe559376e0ca
treecbeaa38b37ebb8a0f26fb34545c9ef718cc71295
parenta6547e9cf0b7ce1dfc8b616c7c6521e31ba592c4
Fixing the deprecated library function.

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

Change-Id: I2ff32c4dc37c543696125ac755dc4adb69ddacdf
Partial-Bug: #1529836
doc/source/conf.py