Use parameters in new neutron::server::notifications::nova class

... instead of deprecated ones in neutron::server::notifications

Depends-on: https://review.opendev.org/#/c/740616/
Change-Id: I3eccbef6475d0c3b2e32f21d236fe26607aff968
This commit is contained in:
Takashi Kajinami 2020-07-13 15:31:03 +09:00
parent 8815659605
commit adef06e43e

View File

@ -287,13 +287,13 @@ outputs:
neutron::server::enable_proxy_headers_parsing: true
neutron::server::igmp_snooping_enable: {get_param: NeutronEnableIgmpSnooping}
neutron::keystone::authtoken::password: {get_param: NeutronPassword}
neutron::server::notifications::auth_url: { get_param: [ EndpointMap, KeystoneInternal, uri_no_suffix ] }
neutron::server::notifications::project_name: 'service'
neutron::server::notifications::user_domain_name: 'Default'
neutron::server::notifications::project_domain_name: 'Default'
neutron::server::notifications::region_name: {get_param: KeystoneRegion}
neutron::server::notifications::password: {get_param: NovaPassword}
neutron::server::notifications::endpoint_type: 'internal'
neutron::server::notifications::nova::auth_url: { get_param: [ EndpointMap, KeystoneInternal, uri_no_suffix ] }
neutron::server::notifications::nova::project_name: 'service'
neutron::server::notifications::nova::user_domain_name: 'Default'
neutron::server::notifications::nova::project_domain_name: 'Default'
neutron::server::notifications::nova::region_name: {get_param: KeystoneRegion}
neutron::server::notifications::nova::password: {get_param: NovaPassword}
neutron::server::notifications::nova::endpoint_type: 'internal'
neutron::keystone::authtoken::project_name: 'service'
neutron::keystone::authtoken::user_domain_name: 'Default'
neutron::keystone::authtoken::project_domain_name: 'Default'