Not found directory source openstack-nova

Asked by Bui Song Toan

i'm build openstack-nova on Ubuntu by command: "apt-get".
i'm want edit source.. but not found directory source openstack-nova on my Ubuntu Server. Help me!

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
Bui Song Toan
Solved:
Last query:
Last reply:
Revision history for this message
Tiantian Gao (gtt116) said :
#1

hi
There is a easy way to find where is nova.
# python -c 'import nova; print nova.__file__'
you will get the path of nova.

BTW, if you use apt-get to install openstack, the source code may be in /usr/share/pyshared/nova

Revision history for this message
Bui Song Toan (toanbs) said :
#2

hi
Thank kou! @TianTian Gao.