From 56616c819ca964513559bd3e2300dcdc6d943643 Mon Sep 17 00:00:00 2001 From: zhubingbing Date: Fri, 15 Jun 2018 15:07:37 +0800 Subject: [PATCH] Fix annotations Change-Id: I0707fc3146f2680a898a5e64ddf9dafa879e2dd1 --- manifests/db/mysql.pp | 18 +++++++++--------- manifests/inspector/db/mysql.pp | 14 +++++++------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/manifests/db/mysql.pp b/manifests/db/mysql.pp index 1f7404d3..4cb3f998 100644 --- a/manifests/db/mysql.pp +++ b/manifests/db/mysql.pp @@ -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 ( diff --git a/manifests/inspector/db/mysql.pp b/manifests/inspector/db/mysql.pp index 370e751c..9c9a1ebd 100644 --- a/manifests/inspector/db/mysql.pp +++ b/manifests/inspector/db/mysql.pp @@ -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 (