← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1392656] Re: ImportError: No module named cmd.all

 

This looks like a packaging issue not an upstream nova one.

** Changed in: nova
       Status: New => Invalid

-- 
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/1392656

Title:
  ImportError: No module named cmd.all

Status in OpenStack Compute (Nova):
  Invalid

Bug description:
  nova version:nova-2014.2
  os version:
  [root@ops1 data]# uname -a
  Linux ops1 2.6.32-504.1.3.el6.x86_64 #1 SMP Tue Nov 11 17:57:25 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

  there is no err  during installation procedure,but when i run this command ,error come out
  [root@ops1 data]# nova-all
  Traceback (most recent call last):
    File "/usr/bin/nova-all", line 6, in <module>
      from nova.cmd.all import main
  ImportError: No module named cmd.all
  [root@ops1 data]# 

  and the file exists under the path
  [root@ops1 data]# cd /usr/lib/python2.7/site-packages/nova/cmd/
  [root@ops1 cmd]# ll|grep all
  -rw-r--r-- 1 root root  3416 Oct 16 07:52 all.py
  -rw-r--r-- 1 root root  2509 Nov 14 08:03 all.pyc
  [root@ops1 cmd]#

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


References