Jump to: navigation, search

Difference between revisions of "NovaManage"

 
Line 5: Line 5:
  
 
It must be run as root, since it needs read access to /etc/nova/nova.conf
 
It must be run as root, since it needs read access to /etc/nova/nova.conf
 +
 +
=== Check status of nova services ===
 +
 +
<pre><nowiki>
 +
nova-manage service list
 +
</nowiki></pre>
 +
  
 
=== List hosts (physical nodes) ===
 
=== List hosts (physical nodes) ===

Revision as of 21:20, 2 May 2012

nova-manage

The nova-manage isn't properly documented, but it's going away in Folsom, so using this wiki page for quick docs on it.

It must be run as root, since it needs read access to /etc/nova/nova.conf

Check status of nova services

nova-manage service list


List hosts (physical nodes)

nova-manage host list