Difference between revisions of "OpenStack"

From Xen
(DOCUMENTATION)
Line 2: Line 2:
   
 
''"The OpenStack Open Source Cloud Mission: to produce the ubiquitous Open Source Cloud Computing platform that will meet the needs of public and private clouds regardless of size, by being simple to implement and massively scalable."''
 
''"The OpenStack Open Source Cloud Mission: to produce the ubiquitous Open Source Cloud Computing platform that will meet the needs of public and private clouds regardless of size, by being simple to implement and massively scalable."''
  +
  +
== USING XAPI ==
  +
The recommended way to use Xen with OpenStack is through the XenAPI driver. To enable the XenAPI driver, add the following configuration options /etc/nova/nova.conf and restart the nova-compute service:
  +
  +
compute_driver = xenapi.XenAPIDriver
  +
xenapi_connection_url = http://your_xenapi_management_ip_address
  +
xenapi_connection_username = root
  +
xenapi_connection_password = your_password
  +
  +
These connection details are used by the OpenStack Compute service to contact your hypervisor and are the same details you use to connect XenCenter, the XenServer management console, to your XenServer or XCP box.
  +
  +
== USING LIBVIRT ==
  +
   
 
== DOCUMENTATION ==
 
== DOCUMENTATION ==

Revision as of 17:44, 30 September 2014

From the OpenStack Documentation:

"The OpenStack Open Source Cloud Mission: to produce the ubiquitous Open Source Cloud Computing platform that will meet the needs of public and private clouds regardless of size, by being simple to implement and massively scalable."

USING XAPI

The recommended way to use Xen with OpenStack is through the XenAPI driver. To enable the XenAPI driver, add the following configuration options /etc/nova/nova.conf and restart the nova-compute service:

compute_driver = xenapi.XenAPIDriver xenapi_connection_url = http://your_xenapi_management_ip_address xenapi_connection_username = root xenapi_connection_password = your_password

These connection details are used by the OpenStack Compute service to contact your hypervisor and are the same details you use to connect XenCenter, the XenServer management console, to your XenServer or XCP box.

USING LIBVIRT

DOCUMENTATION

PRESENTATIONS