Set the ssl_key_file_contents to mandatory
Once the corresponding change to pass the parameter from system-config has landed, set this as mandatory so we can fail if not passing it properly. Change-Id: Ibff909139dc003c69b443577af87df929fb1f819
This commit is contained in:
@@ -7,7 +7,7 @@ class infracloud::compute(
|
||||
$neutron_rabbit_password,
|
||||
$nova_rabbit_password,
|
||||
$ssl_cert_file_contents,
|
||||
$ssl_key_file_contents = undef, # TEMPORARILY SET KEY TO UNDEF TO ALLOW PUPPET TO PASS
|
||||
$ssl_key_file_contents,
|
||||
$virt_type = 'kvm',
|
||||
$openstack_release = 'mitaka',
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user