]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Don't use deprecated module commands
authorChang Bo Guo <guochbo@cn.ibm.com>
Wed, 6 Nov 2013 12:19:37 +0000 (04:19 -0800)
committerChang Bo Guo <guochbo@cn.ibm.com>
Wed, 6 Nov 2013 12:19:52 +0000 (04:19 -0800)
commit2f62736e47367404ac56525689412d123d69c283
treec9fad33bd5e837471251f699ec34d40de965eafe
parent54b117d26e3e61e639c334e2e1c47fcd481745ab
Don't use deprecated module commands

The commands module was deprecated since version 2.6 and it has been
removed in Python 3. Use the subprocess module instead.
See http://docs.python.org/2/library/commands#module-commands

Closes-Bug: #1248216
Change-Id: I4091179c6b312ae8534b30adc518eff67d68320a
cinder/tests/test_migrations.py