markdown cleanups

Change-Id: I3a5537c1027c6b89921c85dc641f483f5ca0113f
This commit is contained in:
Matt Ray 2013-05-17 13:48:11 -05:00
parent d5fa9d330f
commit c3eabf8582
1 changed files with 38 additions and 41 deletions

View File

@ -1,11 +1,7 @@
Description Description
=========== ===========
This cookbook installs the OpenStack Compute service **Nova** as part This cookbook installs the OpenStack Compute service **Nova** as part of the OpenStack reference deployment Chef for OpenStack. The http://github.com/mattray/chef-openstack-repo contains documentation for using this cookbook in the context of a full OpenStack deployment. Nova is currently installed from packages.
of a reference deployment Chef for OpenStack. The
http://github.com/opscode/openstack-chef-repo contains documentation
for using this cookbook in the context of a full OpenStack deployment.
Nova is installed from packages.
http://nova.openstack.org http://nova.openstack.org
@ -36,36 +32,36 @@ Usage
api-ec2 api-ec2
---- ----
-Includes recipe `nova-common` - Includes recipe `nova-common`
-Installs AWS EC2 compatible API and configures the service and endpoints in keystone - Installs AWS EC2 compatible API and configures the service and endpoints in keystone
api-metadata api-metadata
---- ----
-Includes recipe `nova-common` - Includes recipe `nova-common`
-Installs the nova metadata package - Installs the nova metadata package
api-os-compute api-os-compute
---- ----
-Includes recipe `nova-common` - Includes recipe `nova-common`
-Installs OS API and configures the service and endpoints in keystone - Installs OS API and configures the service and endpoints in keystone
compute compute
---- ----
-Includes recipes `nova-common`, `api-metadata`, `network` - Includes recipes `nova-common`, `api-metadata`, `network`
-Installs nova-compute service - Installs nova-compute service
db db
-- --
-Configures database for use with nova - Configures database for use with nova
libvirt libvirt
---- ----
-Installs libvirt, used by nova compute for management of the virtual machine environment - Installs libvirt, used by nova compute for management of the virtual machine environment
network network
---- ----
-Includes recipe `nova-common` - Includes recipe `nova-common`
-Installs nova network service - Installs nova network service
nova-cert nova-cert
---- ----
@ -73,25 +69,24 @@ nova-cert
nova-common nova-common
---- ----
-May include recipe `selinux` (Fedora) - May include recipe `selinux` (Fedora)
-Builds the basic nova.conf config file with details of the rabbitmq, mysql, glance and keystone servers - Builds the basic nova.conf config file with details of the rabbitmq, mysql, glance and keystone servers
-Builds a openrc file for root with appropriate environment variables to interact with the nova client CLI - Builds a openrc file for root with appropriate environment variables to interact with the nova client CLI
nova-setup nova-setup
---- ----
-Includes recipes `nova-common` - Includes recipes `nova-common`
-Sets up the nova networks with `nova-manage` - Sets up the nova networks with `nova-manage`
scheduler scheduler
---- ----
-Includes recipe `nova-common` - Includes recipe `nova-common`
-Installs nova scheduler service - Installs nova scheduler service
vncproxy vncproxy
---- ----
-Includes recipe `nova-common` - Includes recipe `nova-common`
-Installs and configures the vncproxy service for console access to VMs - Installs and configures the vncproxy service for console access to VMs
Attributes Attributes
========== ==========
@ -225,20 +220,22 @@ and check for lint errors.
License and Author License and Author
================== ==================
Author:: Justin Shepherd (<justin.shepherd@rackspace.com>) | | |
Author:: Jason Cannavale (<jason.cannavale@rackspace.com>) |:---------------------|:---------------------------------------------------|
Author:: Ron Pedde (<ron.pedde@rackspace.com>) | **Author** | Justin Shepherd (<justin.shepherd@rackspace.com>) |
Author:: Joseph Breu (<joseph.breu@rackspace.com>) | **Author** | Jason Cannavale (<jason.cannavale@rackspace.com>) |
Author:: William Kelly (<william.kelly@rackspace.com>) | **Author** | Ron Pedde (<ron.pedde@rackspace.com>) |
Author:: Darren Birkett (<darren.birkett@rackspace.co.uk>) | **Author** | Joseph Breu (<joseph.breu@rackspace.com>) |
Author:: Evan Callicoat (<evan.callicoat@rackspace.com>) | **Author** | William Kelly (<william.kelly@rackspace.com>) |
Author:: Matt Ray (<matt@opscode.com>) | **Author** | Darren Birkett (<darren.birkett@rackspace.co.uk>) |
Author:: Jay Pipes (<jaypipes@att.com>) | **Author** | Evan Callicoat (<evan.callicoat@rackspace.com>) |
Author:: John Dewey (<jdewey@att.com>) | **Author** | Matt Ray (<matt@opscode.com>) |
| **Author** | Jay Pipes (<jaypipes@att.com>) |
Copyright 2012, Rackspace US, Inc. | **Author** | John Dewey (<jdewey@att.com>) |
Copyright 2012, Opscode, Inc. | | |
Copyright 2012-2013, AT&T Services, Inc. | **Copyright** | Copyright (c) 2012-2013, Rackspace US, Inc. |
| **Copyright** | Copyright (c) 2012-2013, Opscode, Inc. |
| **Copyright** | Copyright (c) 2012-2013, AT&T Services, Inc. |
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.