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:
parent
8815659605
commit
adef06e43e
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user