Update Nova README

The actual file contains invalid url at Module Description
Add wiki link (Like Neutron README.md)
Fix example command in Installing nova

Change-Id: I950863079b3a5db50cb3e4695e8f3fb079382cf5
This commit is contained in:
Iury Gregory Melo Ferreira
2015-07-21 18:05:57 -03:00
parent ce641f2689
commit 03458a1210

View File

@@ -23,18 +23,18 @@ Module Description
The nova module is a thorough attempt to make Puppet capable of managing the entirety of nova. This includes manifests to provision such things as keystone endpoints, RPC configurations specific to nova, and database connections. Types are shipped as part of the nova 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/openstack/puppet-openstack).
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).
Setup
-----
**What the nova module affects:**
* nova, the compute service for Openstack.
* [Nova](https://wiki.openstack.org/wiki/Nova), the compute service for Openstack.
### Installing nova
example% puppet module install openstack/nova
puppet module install openstack/nova
### Beginning with nova