From 51628454d5a3ef4623cfe75ff40c5ec67ac760e3 Mon Sep 17 00:00:00 2001 From: Nate Potter Date: Sat, 21 Nov 2015 18:08:16 +0000 Subject: [PATCH] Remove references to puppet-openstack from README The README references to the retired puppet-openstack module should be removed, as they link to the empty github page. This patch also adds a link to the Cinder wiki to match the other projects. Change-Id: Ib6bed22a2cd152c9b9471e5fba0926774606d707 Closes-bug: #1518589 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af609d1f..f814d2b6 100644 --- a/README.md +++ b/README.md @@ -23,14 +23,14 @@ Module Description The cinder module is a thorough attempt to make Puppet capable of managing the entirety of cinder. This includes manifests to provision such things as keystone endpoints, RPC configurations specific to cinder, and database connections. Types are shipped as part of the cinder module to assist in manipulation of configuration files. -This module is tested in combination with other modules needed to build and leverage an entire Openstack software stack. These modules can be found, all pulled together in the [openstack module](https://github.com/stackforge/puppet-openstack). +This module is tested in combination with other modules needed to build and leverage an entire Openstack software stack. Setup ----- **What the cinder module affects** -* cinder, the block storage service for Openstack. +* [Cinder](https://wiki.openstack.org/wiki/Cinder), the block storage service for Openstack. ### Installing cinder @@ -38,7 +38,7 @@ Setup ### Beginning with cinder -To utilize the cinder module's functionality you will need to declare multiple resources. The following is a modified excerpt from the [openstack module](https://github.com/stackforge/puppet-openstack). This is not an exhaustive list of all the components needed, we recommend you consult and understand the [openstack module](https://github.com/stackforge/puppet-openstack) and the [core openstack](http://docs.openstack.org) documentation. +To utilize the cinder module's functionality you will need to declare multiple resources. This is not an exhaustive list of all the components needed, we recommend you consult and understand the [core openstack](http://docs.openstack.org) documentation. **Define a cinder control node**