From 05e20984345833801934831c0bad5d4324f22add Mon Sep 17 00:00:00 2001 From: Iury Gregory Melo Ferreira Date: Thu, 7 Jan 2016 15:56:28 +0000 Subject: [PATCH] update Setup section This patch update the Setup section: -add Installing aodh -remove stackforge reference in Beginning with aodh Change-Id: Icf53bc02456fc775a3cb6ef6005bf60eb12fa82c --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 969aa33d..f9a83de2 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,11 @@ Setup ### Installing AODH - AODH is not currently in Puppet Forge, but is anticipated to be added soon. Once that happens, you'll be able to install AODH with: puppet module install openstack/aodh ### Beginning with AODH -To utilize the AODH 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 AODH 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. Implementation --------------