Merge "Remove references to puppet-openstack from README"

This commit is contained in:
Jenkins 2015-12-10 18:02:28 +00:00 committed by Gerrit Code Review
commit 4eae9fe84c
1 changed files with 4 additions and 4 deletions

View File

@ -23,22 +23,22 @@ Module Description
The keystone module is a thorough attempt to make Puppet capable of managing the entirety of keystone. This includes manifests to provision region specific endpoint and database connections. Types are shipped as part of the keystone 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 keystone module affects**
* keystone, the identify service for Openstack.
* [Keystone](http://docs.openstack.org/developer/keystone/), the identify service for Openstack.
### Installing keystone
example% puppet module install openstack/keystone
puppet module install openstack/keystone
### Beginning with keystone
To utilize the keystone 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 keystone 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 keystone node**