← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1408992] [NEW] nova-manage shell ipython failed

 

Public bug reported:

1. pip install ipython

2. nova-manage shell ipython

Command failed, please check log for more info
2015-01-09 11:58:54.025 29402 CRITICAL nova [-] AttributeError: 'module' object has no attribute 'Shell'
2015-01-09 11:58:54.025 29402 TRACE nova Traceback (most recent call last):
2015-01-09 11:58:54.025 29402 TRACE nova   File "/usr/local/bin/nova-manage", line 10, in <module>
2015-01-09 11:58:54.025 29402 TRACE nova     sys.exit(main())
2015-01-09 11:58:54.025 29402 TRACE nova   File "/opt/stack/nova/nova/cmd/manage.py", line 1336, in main
2015-01-09 11:58:54.025 29402 TRACE nova     ret = fn(*fn_args, **fn_kwargs)
2015-01-09 11:58:54.025 29402 TRACE nova   File "/opt/stack/nova/nova/cmd/manage.py", line 157, in ipython
2015-01-09 11:58:54.025 29402 TRACE nova     self.run('ipython')
2015-01-09 11:58:54.025 29402 TRACE nova   File "/opt/stack/nova/nova/cmd/manage.py", line 184, in run
2015-01-09 11:58:54.025 29402 TRACE nova     shell = IPython.Shell.IPShell(argv=[])
2015-01-09 11:58:54.025 29402 TRACE nova AttributeError: 'module' object has no attribute 'Shell'
2015-01-09 11:58:54.025 29402 TRACE nova 

because these code only work for ipython < 0.11

** Affects: nova
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1408992

Title:
  nova-manage shell ipython failed

Status in OpenStack Compute (Nova):
  New

Bug description:
  1. pip install ipython

  2. nova-manage shell ipython

  Command failed, please check log for more info
  2015-01-09 11:58:54.025 29402 CRITICAL nova [-] AttributeError: 'module' object has no attribute 'Shell'
  2015-01-09 11:58:54.025 29402 TRACE nova Traceback (most recent call last):
  2015-01-09 11:58:54.025 29402 TRACE nova   File "/usr/local/bin/nova-manage", line 10, in <module>
  2015-01-09 11:58:54.025 29402 TRACE nova     sys.exit(main())
  2015-01-09 11:58:54.025 29402 TRACE nova   File "/opt/stack/nova/nova/cmd/manage.py", line 1336, in main
  2015-01-09 11:58:54.025 29402 TRACE nova     ret = fn(*fn_args, **fn_kwargs)
  2015-01-09 11:58:54.025 29402 TRACE nova   File "/opt/stack/nova/nova/cmd/manage.py", line 157, in ipython
  2015-01-09 11:58:54.025 29402 TRACE nova     self.run('ipython')
  2015-01-09 11:58:54.025 29402 TRACE nova   File "/opt/stack/nova/nova/cmd/manage.py", line 184, in run
  2015-01-09 11:58:54.025 29402 TRACE nova     shell = IPython.Shell.IPShell(argv=[])
  2015-01-09 11:58:54.025 29402 TRACE nova AttributeError: 'module' object has no attribute 'Shell'
  2015-01-09 11:58:54.025 29402 TRACE nova 

  because these code only work for ipython < 0.11

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1408992/+subscriptions


Follow ups

References