Merge "Increase the Mistral RPC timeout"

This commit is contained in:
Jenkins 2017-10-09 13:09:13 +00:00 committed by Gerrit Code Review
commit c213224dd0
1 changed files with 1 additions and 0 deletions

View File

@ -633,6 +633,7 @@ mistral::rabbit_password: {{UNDERCLOUD_RABBIT_PASSWORD}}
mistral::rabbit_host: "{{LOCAL_IP_WRAPPED}}"
mistral::database_connection: mysql+pymysql://mistral:{{UNDERCLOUD_MISTRAL_PASSWORD}}@{{LOCAL_IP_WRAPPED}}/mistral
mistral::rpc_backend: rabbit
mistral::rpc_response_timeout: 120
mistral::keystone::authtoken::password: {{UNDERCLOUD_MISTRAL_PASSWORD}}
mistral::keystone::authtoken::auth_uri: "%{hiera('keystone_auth_uri')}"
mistral::keystone::authtoken::auth_url: "%{hiera('keystone_identity_uri')}"