Fix annotations
Change-Id: I6d1352d04fd78f66f13b83b47e8c9c74eff42f92
This commit is contained in:
parent
dd280e3245
commit
02e1fde630
@ -6,27 +6,31 @@
|
||||
# === Parameters
|
||||
#
|
||||
# [*password*]
|
||||
# password to connect to the database. Mandatory.
|
||||
# (Required) password to connect to the database.
|
||||
#
|
||||
# [*dbname*]
|
||||
# name of the database. Optional. Defaults to cinder.
|
||||
# (Optional) name of the database.
|
||||
# Defaults to 'cinder'.
|
||||
#
|
||||
# [*user*]
|
||||
# user to connect to the database. Optional. Defaults to cinder.
|
||||
# (Optional) user to connect to the database.
|
||||
# Defaults to 'cinder'.
|
||||
#
|
||||
# [*host*]
|
||||
# the default source host user is allowed to connect from.
|
||||
# Optional. Defaults to 'localhost'
|
||||
# (Optional) the default source host user is allowed to connect from.
|
||||
# Defaults to 'localhost'
|
||||
#
|
||||
# [*allowed_hosts*]
|
||||
# other hosts the user is allowed to connect from.
|
||||
# Optional. Defaults to undef.
|
||||
# (Optional) other hosts the user is allowed to connect from.
|
||||
# Defaults to undef.
|
||||
#
|
||||
# [*charset*]
|
||||
# the database charset. Optional. Defaults to 'utf8'
|
||||
# (Optional) the database charset.
|
||||
# Defaults to 'utf8'
|
||||
#
|
||||
# [*collate*]
|
||||
# the database collation. Optional. Defaults to 'utf8_general_ci'
|
||||
# (Optional) the database collation.
|
||||
# Defaults to 'utf8_general_ci'
|
||||
#
|
||||
class cinder::db::mysql (
|
||||
$password,
|
||||
|
Loading…
x
Reference in New Issue
Block a user