From 4bedf92bf9c20e39ff8e4f5e637a53ec13c7c656 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Thu, 11 Jan 2018 12:48:15 +0800 Subject: [PATCH] Fix annotations Change-Id: I660469f11aadae31b8c1449ae8e7d03f90b4d809 --- manifests/vncproxy/common.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/vncproxy/common.pp b/manifests/vncproxy/common.pp index 72c12c215..a85d283f0 100644 --- a/manifests/vncproxy/common.pp +++ b/manifests/vncproxy/common.pp @@ -2,19 +2,19 @@ # # [*vncproxy_host*] # (optional) The host of the VNC proxy server -# Defaults to false +# Defaults to undef # # [*vncproxy_protocol*] # (optional) The protocol to communicate with the VNC proxy server -# Defaults to 'http' +# Defaults to undef # # [*vncproxy_port*] # (optional) The port to communicate with the VNC proxy server -# Defaults to '6080' +# Defaults to undef # # [*vncproxy_path*] # (optional) The path at the end of the uri for communication with the VNC proxy server -# Defaults to '/vnc_auto.html' +# Defaults to undef # class nova::vncproxy::common ( $vncproxy_host = undef,