Fix key_file to the correct path for murano
Change-Id: If0ee14824f748ac4d1d2cdf2548069cd98e12aa5 Closes-Bug: #1803666
This commit is contained in:
parent
c02d45bfd1
commit
951fdaa968
@ -65,7 +65,7 @@ class openstack_integration::murano {
|
||||
use_ssl => $::openstack_integration::config::ssl,
|
||||
service_host => $::openstack_integration::config::ip_for_url,
|
||||
cert_file => $::openstack_integration::params::cert_path,
|
||||
key_file => "/etc/neutron/ssl/private/${::fqdn}.pem",
|
||||
key_file => "/etc/murano/ssl/private/${::fqdn}.pem",
|
||||
debug => true,
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user