Go to file
Ewan Mellor c2ffc9150e In preparation for XenAPI support, refactor the interface between
nova.compute and the hypervisor (i.e. libvirt).

compute.node is no longer coupled tightly with libvirt.  Instead, hypervisor
connections are handled through a simple abstract interface.   This has the
additional advantage that there is no need to riddle the code with
FLAGS.fake_libvirt checks, as we now have an interface behind which we can mock.

The libvirt-specific code, and the fakevirt code used for unit tests, have
moved into nova.virt.

The fake_libvirt flag has been replaced with a connection_type flag, that will
allow us to specify different connection types.

The disk image handling (S3 or local disk image fetch) has moved into
nova.virt.images, where it will be easier to share between connection types.

The power_state values (Instance.RUNNING etc) and the INSTANCE_TYPES dictionary
have moved into their own files (nova.compute.instance_types and
nova.compute.power_state) so that we can share them without mutual
dependencies between nova.compute.node and nova.virt.libvirt_conn.
2010-07-18 18:15:12 +01:00
2010-07-15 01:28:51 -04:00
2010-07-15 10:52:11 -05:00
2010-05-30 14:12:04 -07:00
2010-07-15 01:28:51 -04:00
2010-07-15 01:28:51 -04:00
2010-07-15 18:13:48 -05:00
2010-05-27 23:05:26 -07:00
2010-07-14 19:55:52 -07: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 compatability 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://docs.novacc.org/getting.started.html

To study its anatomy: read http://docs.novacc.org/architecture.html

To disect it in detail: visit http://github.com/nova/cc

To taunt it with its weaknesses: use http://github.com/nova/cc/issues

To hack at it: read HACKING

To watch it: http://test.novacc.org/waterfall

Description
RETIRED, Client code for the common scheduler for OpenStack
Readme 18 MiB