Change-Id: I996fb96fe7c98da9fb5b3c2b2614abe1d959844c
This commit is contained in:
TimurNurlygayanov 2013-10-24 13:31:03 +04:00
parent 5c5ec44d31
commit d9976f60da

View File

@ -21,22 +21,22 @@ auth_url = http://localhost:5000/v2.0
# Keystone SSL parameters # Keystone SSL parameters
# Optional CA cert file to use in SSL connections # Optional CA cert file to use in SSL connections
ca_file = #ca_file =
# Optional PEM-formatted certificate chain file # Optional PEM-formatted certificate chain file
cert_file = #cert_file =
# Optional PEM-formatted file that contains the private key # Optional PEM-formatted file that contains the private key
key_file = #key_file =
# If set then the server's certificate will not be verified # If set then the server's certificate will not be verified
insecure = False insecure = False
[heat] [heat]
# Heat SSL parameters # Heat SSL parameters
# Optional CA cert file to use in SSL connections # Optional CA cert file to use in SSL connections
ca_file = #ca_file =
# Optional PEM-formatted certificate chain file # Optional PEM-formatted certificate chain file
cert_file = #cert_file =
# Optional PEM-formatted file that contains the private key # Optional PEM-formatted file that contains the private key
key_file = #key_file =
# If set then the server's certificate will not be verified # If set then the server's certificate will not be verified
insecure = False insecure = False
# Valid endpoint types: publicURL (default), internalURL, adminURL # Valid endpoint types: publicURL (default), internalURL, adminURL
@ -56,7 +56,7 @@ port = 5672
ssl = False ssl = False
# Path to SSL CA certificate or empty to allow self signed server certificate # 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. # 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 # It is recommended to create dedicated user account for Murano using RabbitMQ web console or command line utility