Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.42 KB

File metadata and controls

36 lines (26 loc) · 1.42 KB

Trace Nova client server code path

Run the following commands:

  1. Log into your VM as stack user

  2. Issue the following commands:

    cd devstack
    source openrc admin admin
    nova --debug list
    
  3. Trace and document the code path that is taken from 'nova client' to 'nova server' for this list command to work. The nova client code is located at /opt/stack/python-novaclient and the nova server code is loctaed at /opt/stack/nova/nova.

Debugging Hints are at https://github.com/UTSA-ICS/devstack-101/blob/master/Debugging%20hints.rst