From 969b295f0af866862bde983e4bf063c69350e8f6 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Thu, 13 Oct 2016 13:58:08 -0400 Subject: [PATCH] Fix class names in docstring The class names are not correct for some classes, this patch addresses this. Change-Id: Ie84fba14bd010ce47226f0068bf394f46ea2459f --- manifests/scheduler/filter.pp | 2 +- manifests/serialproxy.pp | 2 +- manifests/vncproxy.pp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/scheduler/filter.pp b/manifests/scheduler/filter.pp index f0aab7b4c..41687046c 100644 --- a/manifests/scheduler/filter.pp +++ b/manifests/scheduler/filter.pp @@ -1,4 +1,4 @@ -# == Class: nova:scheduler::filter +# == Class: nova::scheduler::filter # # This class is aim to configure nova.scheduler filter # diff --git a/manifests/serialproxy.pp b/manifests/serialproxy.pp index 5df372876..fe1b61717 100644 --- a/manifests/serialproxy.pp +++ b/manifests/serialproxy.pp @@ -1,4 +1,4 @@ -# == Class: nova:serialproxy +# == Class: nova::serialproxy # # Configures nova serialproxy # diff --git a/manifests/vncproxy.pp b/manifests/vncproxy.pp index 096836da7..4b84e3536 100644 --- a/manifests/vncproxy.pp +++ b/manifests/vncproxy.pp @@ -1,4 +1,4 @@ -# == Class: nova:vncproxy +# == Class: nova::vncproxy # # Configures nova vnc proxy #