Fix annotations

Change-Id: I0707fc3146f2680a898a5e64ddf9dafa879e2dd1
This commit is contained in:
zhubingbing
2018-06-15 15:07:37 +08:00
parent 2ad9190159
commit 56616c819c
2 changed files with 16 additions and 16 deletions

View File

@@ -18,30 +18,30 @@
# ironic::db::mysql # ironic::db::mysql
# #
# [*password*] # [*password*]
# Password to use for the nova user # (Required) Password to use for the ironic user
# #
# [*dbname*] # [*dbname*]
# (optional) The name of the database # (Optional) The name of the database
# Defaults to 'nova' # Defaults to 'ironic'
# #
# [*user*] # [*user*]
# (optional) The mysql user to create # (Optional) The mysql user to create
# Defaults to 'nova' # Defaults to 'ironic'
# #
# [*host*] # [*host*]
# (optional) The IP address of the mysql server # (Optional) The IP address of the mysql server
# Defaults to '127.0.0.1' # Defaults to '127.0.0.1'
# #
# [*charset*] # [*charset*]
# (optional) The charset to use for the nova database # (Optional) The charset to use for the ironic database
# Defaults to 'utf8' # Defaults to 'utf8'
# #
# [*collate*] # [*collate*]
# (optional) The collate to use for the nova database # (Optional) The collate to use for the ironic database
# Defaults to 'utf8_general_ci' # Defaults to 'utf8_general_ci'
# #
# [*allowed_hosts*] # [*allowed_hosts*]
# (optional) Additional hosts that are allowed to access this DB # (Optional) Additional hosts that are allowed to access this DB
# Defaults to undef # Defaults to undef
# #
class ironic::db::mysql ( class ironic::db::mysql (

View File

@@ -18,30 +18,30 @@
# ironic::inspector::db::mysql # ironic::inspector::db::mysql
# #
# [*password*] # [*password*]
# Password to use for the ironic-inspector user # (Required) Password to use for the ironic-inspector user
# #
# [*dbname*] # [*dbname*]
# (optional) The name of the database # (Optional) The name of the database
# Defaults to 'ironic-inspector' # Defaults to 'ironic-inspector'
# #
# [*user*] # [*user*]
# (optional) The mysql user to create # (Optional) The mysql user to create
# Defaults to 'ironic-inspector' # Defaults to 'ironic-inspector'
# #
# [*host*] # [*host*]
# (optional) The IP address of the mysql server # (Optional) The IP address of the mysql server
# Defaults to '127.0.0.1' # Defaults to '127.0.0.1'
# #
# [*charset*] # [*charset*]
# (optional) The charset to use for the nova database # (Optional) The charset to use for the ironic-inspector database
# Defaults to 'utf8' # Defaults to 'utf8'
# #
# [*collate*] # [*collate*]
# (optional) The collate to use for the nova database # (Optional) The collate to use for the ironic-inspector database
# Defaults to 'utf8_general_ci' # Defaults to 'utf8_general_ci'
# #
# [*allowed_hosts*] # [*allowed_hosts*]
# (optional) Additional hosts that are allowed to access this DB # (Optional) Additional hosts that are allowed to access this DB
# Defaults to undef # Defaults to undef
# #
class ironic::inspector::db::mysql ( class ironic::inspector::db::mysql (