Go to file
Christian Berendt ce205ea2c9 added new class Instances for managaging instances
added new method list in class Instances:

# nova-manage instance list
instance node type state launched image kernel ramdisk project user zone index
i-00000547 XXXXXXX m1.small running 2011-02-18 08:36:37 ami-a03ndz0q ami-0isqekvw testing berendt None 0
i-00000548 XXXXXXX m1.small running 2011-02-18 08:37:17 ami-a03ndz0q ami-0isqekvw testing berendt None 1
i-00000549 XXXXXXX m1.small running 2011-02-18 08:37:52 ami-a03ndz0q ami-0isqekvw testing berendt None 2

# nova-manage instance list ares
instance   node            type       state      launched            image        kernel       ramdisk       project    user       zone       index
i-00000c1c ares            m1.tiny    running    2011-02-26 22:51:40 ami-pus9dj84 ami-zhcv0yyx ami-av96fu30  testing    berendt    None       1    

extended the method list in class FixedIps to lookup ip addresses assigned to a specified node:

# nova-manage fixed list ares
network           	IP address     	MAC address      	hostname       	host
192.168.3.0/24    	192.168.3.6    	02:16:3e:75:d7:9a	i-00000c1c     	ares
2011-03-16 17:06:30 +00:00
2010-12-16 19:13:37 +00:00
2011-03-10 15:23:13 +09:00
2011-03-10 04:42:11 +00:00
2011-03-14 14:39:50 +00:00
2011-02-21 10:04:32 -05:00
2011-02-22 18:04:32 -08:00
2010-07-15 01:28:51 -04:00
2011-02-12 13:30:31 -08:00
2010-05-27 23:05:26 -07:00
2010-12-20 14:54:27 -06:00
2011-02-25 01:31:02 +00:00
2011-01-10 11:26:38 -08:00

The Choose Your Own Adventure README for Nova:

  You have come across a cloud computing fabric controller.  It has identified
  itself as "Nova."  It is apparent that it maintains compatibility with
  the popular Amazon EC2 and S3 APIs.

To monitor it from a distance: follow @novacc on twitter

To tame it for use in your own cloud: read http://nova.openstack.org/getting.started.html

To study its anatomy: read http://nova.openstack.org/architecture.html

To dissect it in detail: visit http://code.launchpad.net/nova

To taunt it with its weaknesses: use http://bugs.launchpad.net/nova

To watch it: http://hudson.openstack.org

To hack at it: read HACKING

To laugh at its PEP8 problems: http://hudson.openstack.org/job/nova-pep8/violations

To cry over its pylint problems: http://hudson.openstack.org/job/nova-pylint/violations

Description
RETIRED, further work has moved to Debian project infrastructure
Readme 111 MiB