Comment 2 for bug 1408992

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/146081
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=68f4f6e00cce0f39bf85bd423b890b35a6cea33e
Submitter: Jenkins
Branch: master

commit 68f4f6e00cce0f39bf85bd423b890b35a6cea33e
Author: gtt116 <email address hidden>
Date: Fri Jan 9 12:04:58 2015 +0000

    Fix nova-manage shell ipython

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

    Change-Id: I09d9cc42e97967c2eb8add90c2b896a99a15c535
    Closes-Bug: #1408992