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.

Change-Id: If9702538d378ea8a3400d3c08520da2ff825f04c
Closes-bug: #1518589
This commit is contained in:
Nate Potter 2015-11-21 18:14:53 +00:00
parent acd95e6a3a
commit ee32828f45
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ Module Description
The glance module is a thorough attempt to make Puppet capable of managing the entirety of glance. This includes manifests to provision such things as keystone endpoints, RPC configurations specific to glance, and database connections. Types are shipped as part of the glance 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
-----
@ -38,7 +38,7 @@ Setup
### Beginning with glance
To utilize the glance module's functionality you will need to declare multiple resources. The following is a modified excerpt from the [openstack module](https://github.com/stackfoge/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 glance 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 glance node**