Merge "Use parameters in new neutron::server::notifications::nova class"
This commit is contained in:
commit
a68a0fae0e
@ -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…
Reference in New Issue
Block a user