Merge "Switch mistral to use authtoken configuration"
This commit is contained in:
@@ -494,11 +494,12 @@ mistral::api::api_workers: "%{::os_workers}"
|
||||
mistral::rabbit_userid: {{UNDERCLOUD_RABBIT_USERNAME}}
|
||||
mistral::rabbit_password: {{UNDERCLOUD_RABBIT_PASSWORD}}
|
||||
mistral::rabbit_host: {{LOCAL_IP}}
|
||||
mistral::auth_uri: "%{hiera('keystone_auth_uri')}"
|
||||
mistral::identity_uri: "%{hiera('keystone_identity_uri')}"
|
||||
mistral::database_connection: mysql+pymysql://mistral:{{UNDERCLOUD_MISTRAL_PASSWORD}}@{{LOCAL_IP}}/mistral
|
||||
mistral::rpc_backend: rabbit
|
||||
mistral::keystone_password: {{UNDERCLOUD_MISTRAL_PASSWORD}}
|
||||
mistral::keystone::authtoken::project_name: 'service'
|
||||
mistral::keystone::authtoken::auth_uri: "%{hiera('keystone_auth_uri')}"
|
||||
mistral::keystone::authtoken::auth_url: "%{hiera('keystone_identity_uri')}"
|
||||
mistral::keystone::authtoken::password: {{UNDERCLOUD_MISTRAL_PASSWORD}}
|
||||
mistral::keystone::auth::public_url: {{UNDERCLOUD_ENDPOINT_MISTRAL_PUBLIC}}
|
||||
mistral::keystone::auth::internal_url: {{UNDERCLOUD_ENDPOINT_MISTRAL_INTERNAL}}
|
||||
mistral::keystone::auth::admin_url: {{UNDERCLOUD_ENDPOINT_MISTRAL_ADMIN}}
|
||||
|
||||
Reference in New Issue
Block a user