placement: Require password
The parameter description says the option is required, but it hasn't been actually required at the interface layer. Change-Id: Ieabd550ebbb3e1407969866ba280ced7d4db2663
This commit is contained in:
parent
5eacb81147
commit
798ae4bdd9
@ -53,7 +53,7 @@
|
|||||||
# Defaults to 'http://127.0.0.1:5000/v3'
|
# Defaults to 'http://127.0.0.1:5000/v3'
|
||||||
#
|
#
|
||||||
class nova::placement(
|
class nova::placement(
|
||||||
$password = false,
|
$password,
|
||||||
$auth_type = 'password',
|
$auth_type = 'password',
|
||||||
$auth_url = 'http://127.0.0.1:5000/v3',
|
$auth_url = 'http://127.0.0.1:5000/v3',
|
||||||
$region_name = 'RegionOne',
|
$region_name = 'RegionOne',
|
||||||
|
Loading…
Reference in New Issue
Block a user