From c3eabf8582c039ce17d2c9bc6250202d18200ced Mon Sep 17 00:00:00 2001 From: Matt Ray Date: Fri, 17 May 2013 13:48:11 -0500 Subject: [PATCH] markdown cleanups Change-Id: I3a5537c1027c6b89921c85dc641f483f5ca0113f --- README.md | 79 ++++++++++++++++++++++++++----------------------------- 1 file changed, 38 insertions(+), 41 deletions(-) diff --git a/README.md b/README.md index a1035926..d3d1113f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,7 @@ Description =========== -This cookbook installs the OpenStack Compute service **Nova** as part -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. +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. http://nova.openstack.org @@ -36,36 +32,36 @@ Usage api-ec2 ---- --Includes recipe `nova-common` --Installs AWS EC2 compatible API and configures the service and endpoints in keystone +- Includes recipe `nova-common` +- Installs AWS EC2 compatible API and configures the service and endpoints in keystone api-metadata ---- --Includes recipe `nova-common` --Installs the nova metadata package +- Includes recipe `nova-common` +- Installs the nova metadata package api-os-compute ---- --Includes recipe `nova-common` --Installs OS API and configures the service and endpoints in keystone +- Includes recipe `nova-common` +- Installs OS API and configures the service and endpoints in keystone compute ---- --Includes recipes `nova-common`, `api-metadata`, `network` --Installs nova-compute service +- Includes recipes `nova-common`, `api-metadata`, `network` +- Installs nova-compute service db -- --Configures database for use with nova +- Configures database for use with nova 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 ---- --Includes recipe `nova-common` --Installs nova network service +- Includes recipe `nova-common` +- Installs nova network service nova-cert ---- @@ -73,25 +69,24 @@ nova-cert nova-common ---- --May include recipe `selinux` (Fedora) --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 +- May include recipe `selinux` (Fedora) +- 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 nova-setup ---- --Includes recipes `nova-common` --Sets up the nova networks with `nova-manage` +- Includes recipes `nova-common` +- Sets up the nova networks with `nova-manage` scheduler ---- --Includes recipe `nova-common` --Installs nova scheduler service +- Includes recipe `nova-common` +- Installs nova scheduler service vncproxy ---- --Includes recipe `nova-common` --Installs and configures the vncproxy service for console access to VMs - +- Includes recipe `nova-common` +- Installs and configures the vncproxy service for console access to VMs Attributes ========== @@ -225,20 +220,22 @@ and check for lint errors. License and Author ================== -Author:: Justin Shepherd () -Author:: Jason Cannavale () -Author:: Ron Pedde () -Author:: Joseph Breu () -Author:: William Kelly () -Author:: Darren Birkett () -Author:: Evan Callicoat () -Author:: Matt Ray () -Author:: Jay Pipes () -Author:: John Dewey () - -Copyright 2012, Rackspace US, Inc. -Copyright 2012, Opscode, Inc. -Copyright 2012-2013, AT&T Services, Inc. +| | | +|:---------------------|:---------------------------------------------------| +| **Author** | Justin Shepherd () | +| **Author** | Jason Cannavale () | +| **Author** | Ron Pedde () | +| **Author** | Joseph Breu () | +| **Author** | William Kelly () | +| **Author** | Darren Birkett () | +| **Author** | Evan Callicoat () | +| **Author** | Matt Ray () | +| **Author** | Jay Pipes () | +| **Author** | John Dewey () | +| | | +| **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"); you may not use this file except in compliance with the License.