Merge "Replace deprecated database_connection of puppet base classes"

This commit is contained in:
Zuul 2021-08-11 04:55:36 +00:00 committed by Gerrit Code Review
commit 92f6208b67
7 changed files with 7 additions and 7 deletions

View File

@ -112,7 +112,7 @@ outputs:
value:
service_name: cinder_base
config_settings:
cinder::database_connection:
cinder::db::database_connection:
make_url:
scheme: {get_param: [EndpointMap, MysqlInternal, protocol]}
username: cinder

View File

@ -72,7 +72,7 @@ outputs:
value:
service_name: mistral_base
config_settings:
mistral::database_connection:
mistral::db::database_connection:
make_url:
scheme: {get_param: [EndpointMap, MysqlInternal, protocol]}
username: mistral

View File

@ -167,7 +167,7 @@ outputs:
heat::engine::convergence_engine: {get_param: HeatConvergenceEngine}
heat::engine::client_retry_limit: {get_param: ClientRetryLimit}
tripleo::profile::base::heat::manage_db_purge: {get_param: HeatEnableDBPurge}
heat::database_connection:
heat::db::database_connection:
make_url:
scheme: {get_param: [EndpointMap, MysqlInternal, protocol]}
username: heat

View File

@ -78,7 +78,7 @@ outputs:
value:
service_name: ironic_base
config_settings:
ironic::database_connection:
ironic::db::database_connection:
make_url:
scheme: {get_param: [EndpointMap, MysqlInternal, protocol]}
username: ironic

View File

@ -448,7 +448,7 @@ outputs:
- if:
- cors_allowed_origin_set
- keystone::cors::allowed_origin: {get_param: KeystoneCorsAllowedOrigin}
- keystone::database_connection:
- keystone::db::database_connection:
make_url:
scheme: {get_param: [EndpointMap, MysqlInternal, protocol]}
username: keystone

View File

@ -42,7 +42,7 @@ outputs:
description: Role data for the Nova base service.
value:
config_settings:
nova::api_database_connection:
nova::db::api_database_connection:
make_url:
scheme: {get_param: [EndpointMap, MysqlInternal, protocol]}
username: nova_api

View File

@ -42,7 +42,7 @@ outputs:
description: Role data for the Nova base service.
value:
config_settings:
nova::database_connection:
nova::db::database_connection:
make_url:
scheme: {get_param: [EndpointMap, MysqlCellInternal, protocol]}
username: nova