Fix annotations

Change-Id: I660469f11aadae31b8c1449ae8e7d03f90b4d809
This commit is contained in:
ZhongShengping
2018-01-11 12:48:15 +08:00
parent 5a806e9030
commit 4bedf92bf9

View File

@@ -2,19 +2,19 @@
# #
# [*vncproxy_host*] # [*vncproxy_host*]
# (optional) The host of the VNC proxy server # (optional) The host of the VNC proxy server
# Defaults to false # Defaults to undef
# #
# [*vncproxy_protocol*] # [*vncproxy_protocol*]
# (optional) The protocol to communicate with the VNC proxy server # (optional) The protocol to communicate with the VNC proxy server
# Defaults to 'http' # Defaults to undef
# #
# [*vncproxy_port*] # [*vncproxy_port*]
# (optional) The port to communicate with the VNC proxy server # (optional) The port to communicate with the VNC proxy server
# Defaults to '6080' # Defaults to undef
# #
# [*vncproxy_path*] # [*vncproxy_path*]
# (optional) The path at the end of the uri for communication with the VNC proxy server # (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 ( class nova::vncproxy::common (
$vncproxy_host = undef, $vncproxy_host = undef,