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
#
# [*password*]
# Password to use for the nova user
# (Required) Password to use for the ironic user
#
# [*dbname*]
# (optional) The name of the database
# Defaults to 'nova'
# (Optional) The name of the database
# Defaults to 'ironic'
#
# [*user*]
# (optional) The mysql user to create
# Defaults to 'nova'
# (Optional) The mysql user to create
# Defaults to 'ironic'
#
# [*host*]
# (optional) The IP address of the mysql server
# (Optional) The IP address of the mysql server
# Defaults to '127.0.0.1'
#
# [*charset*]
# (optional) The charset to use for the nova database
# (Optional) The charset to use for the ironic database
# Defaults to 'utf8'
#
# [*collate*]
# (optional) The collate to use for the nova database
# (Optional) The collate to use for the ironic database
# Defaults to 'utf8_general_ci'
#
# [*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
#
class ironic::db::mysql (

View File

@@ -18,30 +18,30 @@
# ironic::inspector::db::mysql
#
# [*password*]
# Password to use for the ironic-inspector user
# (Required) Password to use for the ironic-inspector user
#
# [*dbname*]
# (optional) The name of the database
# (Optional) The name of the database
# Defaults to 'ironic-inspector'
#
# [*user*]
# (optional) The mysql user to create
# (Optional) The mysql user to create
# Defaults to 'ironic-inspector'
#
# [*host*]
# (optional) The IP address of the mysql server
# (Optional) The IP address of the mysql server
# Defaults to '127.0.0.1'
#
# [*charset*]
# (optional) The charset to use for the nova database
# (Optional) The charset to use for the ironic-inspector database
# Defaults to 'utf8'
#
# [*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'
#
# [*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
#
class ironic::inspector::db::mysql (