Merge "Remove sync_db parameters"

This commit is contained in:
Zuul 2020-09-29 12:46:11 +00:00 committed by Gerrit Code Review
commit ce7f42aad6
4 changed files with 0 additions and 4 deletions

View File

@ -527,7 +527,6 @@ outputs:
- {equals: [{get_param: GlanceDiskFormats}, []]} - {equals: [{get_param: GlanceDiskFormats}, []]}
- {} - {}
- glance::api::disk_formats: {get_param: GlanceDiskFormats} - glance::api::disk_formats: {get_param: GlanceDiskFormats}
- glance::api::sync_db: false
service_config_settings: service_config_settings:
mysql: mysql:
glance::db::mysql::password: {get_param: GlancePassword} glance::db::mysql::password: {get_param: GlancePassword}

View File

@ -300,7 +300,6 @@ outputs:
neutron::keystone::authtoken::region_name: {get_param: KeystoneRegion} neutron::keystone::authtoken::region_name: {get_param: KeystoneRegion}
neutron::quota::quota_port: {get_param: NeutronPortQuota} neutron::quota::quota_port: {get_param: NeutronPortQuota}
neutron::quota::quota_security_group: {get_param: NeutronSecurityGroupQuota} neutron::quota::quota_security_group: {get_param: NeutronSecurityGroupQuota}
neutron::server::sync_db: true
neutron::server::placement::region_name: {get_param: KeystoneRegion} neutron::server::placement::region_name: {get_param: KeystoneRegion}
neutron::server::placement::password: {get_param: NovaPassword} neutron::server::placement::password: {get_param: NovaPassword}
neutron::server::placement::www_authenticate_uri: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]} neutron::server::placement::www_authenticate_uri: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}

View File

@ -191,7 +191,6 @@ outputs:
nova::keystone::authtoken::region_name: {get_param: KeystoneRegion} nova::keystone::authtoken::region_name: {get_param: KeystoneRegion}
nova::api::enabled: true nova::api::enabled: true
nova::api::default_floating_pool: {get_param: NovaDefaultFloatingPool} nova::api::default_floating_pool: {get_param: NovaDefaultFloatingPool}
nova::api::sync_db_api: true
nova::api::enable_proxy_headers_parsing: true nova::api::enable_proxy_headers_parsing: true
nova::api::api_bind_address: nova::api::api_bind_address:
str_replace: str_replace:

View File

@ -174,7 +174,6 @@ outputs:
octavia::keystone::authtoken::region_name: {get_param: KeystoneRegion} octavia::keystone::authtoken::region_name: {get_param: KeystoneRegion}
octavia::worker::manage_nova_flavor: {get_param: OctaviaManageNovaFlavor} octavia::worker::manage_nova_flavor: {get_param: OctaviaManageNovaFlavor}
octavia::worker::nova_flavor_config: {get_param: OctaviaFlavorProperties} octavia::worker::nova_flavor_config: {get_param: OctaviaFlavorProperties}
octavia::api::sync_db: true
octavia::api::service_name: 'httpd' octavia::api::service_name: 'httpd'
octavia::wsgi::apache::ssl: {get_param: EnableInternalTLS} octavia::wsgi::apache::ssl: {get_param: EnableInternalTLS}
# NOTE: bind IP is found in hiera replacing the network name with the local node IP # NOTE: bind IP is found in hiera replacing the network name with the local node IP