Cleanup redundant default
This change removes redundant default value for heat::keystone::auth, so that more clear error message when password is not set. Change-Id: If585a3b6175d9aa2506786d2d158a8261403bd51
This commit is contained in:
parent
f3c2fc4b3b
commit
27d6be10ed
@ -97,7 +97,7 @@
|
||||
# }
|
||||
#
|
||||
class heat::keystone::auth (
|
||||
$password = false,
|
||||
$password,
|
||||
$email = 'heat@localhost',
|
||||
$auth_name = 'heat',
|
||||
$service_name = 'heat',
|
||||
|
Loading…
x
Reference in New Issue
Block a user