From 35d25059aac5cc6eda29e950532d987efc1e548c Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Mon, 27 Jan 2014 15:51:16 +0100 Subject: [PATCH] compute/hypervisor: better documentation for has_ceph param Signed-off-by: Emilien Macchi --- manifests/compute/hypervisor.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/compute/hypervisor.pp b/manifests/compute/hypervisor.pp index 789ac7e2..f0c6de4a 100644 --- a/manifests/compute/hypervisor.pp +++ b/manifests/compute/hypervisor.pp @@ -21,8 +21,8 @@ # # [*has_ceph] # (optional) Enable or not ceph capabilities on compute node. -# If RBD is Cinder backend and/or virtual machines are stored on Ceph cluster, -# it should be set to True. +# If Ceph is used as a backend for Cinder or Nova, this option should be +# set to True. # Default to false. #