diff --git a/etc/conductor.conf b/etc/conductor.conf index 1af8b22..6c346f5 100644 --- a/etc/conductor.conf +++ b/etc/conductor.conf @@ -21,22 +21,22 @@ auth_url = http://localhost:5000/v2.0 # Keystone SSL parameters # Optional CA cert file to use in SSL connections -ca_file = +#ca_file = # Optional PEM-formatted certificate chain file -cert_file = +#cert_file = # Optional PEM-formatted file that contains the private key -key_file = +#key_file = # If set then the server's certificate will not be verified insecure = False [heat] # Heat SSL parameters # Optional CA cert file to use in SSL connections -ca_file = +#ca_file = # Optional PEM-formatted certificate chain file -cert_file = +#cert_file = # Optional PEM-formatted file that contains the private key -key_file = +#key_file = # If set then the server's certificate will not be verified insecure = False # Valid endpoint types: publicURL (default), internalURL, adminURL @@ -56,7 +56,7 @@ port = 5672 ssl = False # Path to SSL CA certificate or empty to allow self signed server certificate -ca_certs = +#ca_certs = # RabbitMQ credentials. Fresh RabbitMQ installation has "guest" account with "guest" password. # It is recommended to create dedicated user account for Murano using RabbitMQ web console or command line utility @@ -65,4 +65,4 @@ password = guest # RabbitMQ virtual host (vhost). Fresh RabbitMQ installation has "/" vhost preconfigured. # It is recommended to create dedicated vhost for Murano using RabbitMQ web console or command line utility -virtual_host = / \ No newline at end of file +virtual_host = /