From 6c3a9bb60915b2c97536f0c7c604aae252482cfc Mon Sep 17 00:00:00 2001 From: Bogdan Dobrelya Date: Mon, 31 Aug 2015 11:48:45 +0200 Subject: [PATCH] Fix nova conductor resource's README Signed-off-by: Bogdan Dobrelya --- resources/nova_conductor_puppet/README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/resources/nova_conductor_puppet/README.md b/resources/nova_conductor_puppet/README.md index 144d580a..26a94d35 100644 --- a/resources/nova_conductor_puppet/README.md +++ b/resources/nova_conductor_puppet/README.md @@ -1,5 +1,16 @@ -# Nova generic service resource for puppet handler +# Nova conductor resource for puppet handler -Setup and configure the Nova generic services. +Setup and configure the Nova conductor service. +Note, it [should not](http://docs.openstack.org/juno/config-reference/content/section_conductor.html) be deployed on compute nodes. -source https://github.com/openstack/puppet-nova/blob/5.1.0/manifests/generic_service.pp \ No newline at end of file +# Parameters + +source https://github.com/openstack/puppet-nova_conductor/blob/5.1.0/manifests/conductor.pp + + ``ensure_package`` + (optional) The state of the nova conductor package + Defaults to 'present' + + ``workers`` + (optional) Number of workers for OpenStack Conductor service + Defaults to undef (i.e. parameter will not be present) \ No newline at end of file