Jump to: navigation, search

Difference between revisions of "Nova"

(New Nova landing page)
Line 2: Line 2:
 
= [[OpenStack]] Compute ("Nova") =
 
= [[OpenStack]] Compute ("Nova") =
  
 +
{| border="1" cellpadding="2" cellspacing="0"
 +
|  Source code 
 +
|-
 +
|  Bug tracker 
 +
|-
 +
|  Blueprints   
 +
|-
 +
|  Developer doc
 +
|}
 +
 +
== Related projects ==
 +
* Python Nova client
 +
* Compute API documentation
 +
 +
== Documentation ==
 +
* [http://docs.openstack.org/api/openstack-compute/2/content/ Compute API (v2) specification]
 +
* [http://docs.openstack.org/trunk/openstack-compute/admin/content/ Administration Guide]
 +
 +
== Other resources ==
 
* [[InstallInstructions/Nova|Install Instructions]]
 
* [[InstallInstructions/Nova|Install Instructions]]
 
* [[Nova/APIFeatureComparison | API feature comparison]]
 
* [[Nova/APIFeatureComparison | API feature comparison]]
 
* Configuring Nova: listing of nova.conf [[NovaConfigOptions|configuration options]]
 
* Configuring Nova: listing of nova.conf [[NovaConfigOptions|configuration options]]
 
* Details about [[HypervisorSupportMatrix|hypervisor support]]
 
* Details about [[HypervisorSupportMatrix|hypervisor support]]
* Project and bug reporting on [https://launchpad.net/nova Launchpad], Code on [https://github.com/openstack/nova GitHub]
 
* [http://nova.openstack.org Nova Developer Documentation]
 
  
 
----
 
----
 
[[Category:Nova]]
 
[[Category:Nova]]

Revision as of 13:45, 24 September 2012

OpenStack Compute ("Nova")

Source code
Bug tracker
Blueprints
Developer doc

Related projects

  • Python Nova client
  • Compute API documentation

Documentation

Other resources