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:
Yolanda Robla Mota
2016-08-23 17:33:13 +02:00
parent b1205a80b0
commit df4884b880

View File

@@ -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',
) {