]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix cinder-manage shell ipython
authorgtt116 <gtt116@gmail.com>
Thu, 22 Jan 2015 05:59:48 +0000 (05:59 +0000)
committergtt116 <gtt116@gmail.com>
Thu, 22 Jan 2015 05:59:48 +0000 (05:59 +0000)
commitf5e35bfbced1f4109b2d03b96f035b4a3fe7ccc9
treeb38608c3d1d6938ee9f52c6c9d390e7071aa6415
parenteb107145173fb71314de9b10cf3ca50c74442519
Fix cinder-manage shell ipython

IPython current stable version is 2.3.1, and the code
in cinder-manage is only work for IPython < 0.11. The
patch make it work for IPython 2.3.1.

Change-Id: I1555744fbf80771455ebd9f9095e8f9ddc7d16e7
Closes-Bug: #1413485
cinder/cmd/manage.py