Add correct path for certificate in compute
Change-Id: Id02b80e34439afc1a1441f835f839aba06f985f0
This commit is contained in:
parent
ca59d373bd
commit
0e145fbe7c
@ -12,7 +12,8 @@ class infracloud::compute(
|
|||||||
$openstack_release = 'mitaka',
|
$openstack_release = 'mitaka',
|
||||||
) {
|
) {
|
||||||
|
|
||||||
$ssl_cert_path = '/usr/local/share/ca-certificates/openstack_infra_ca.crt'
|
include ::infracloud::params
|
||||||
|
$ssl_cert_path = "${::infracloud::params::cert_path}/openstack_infra_ca.crt"
|
||||||
|
|
||||||
### Certificate Chain ###
|
### Certificate Chain ###
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user