Configure neutron notifier to use internal endpoint type for nova

Configure neutron so it selects the internal endpoint from the keystone
catalog for communicating with nova.

Depends-On: I4d17fb08634c3da3ac59a7c1fe728657e4da2c3f
Change-Id: Ib599161737fc432e4e0fe1e6aa27bbbc43cd7afd
Closes-Bug: #1745002
This commit is contained in:
Brent Eagles 2018-01-23 16:14:10 -03:30
parent 2ebc2ee3af
commit 966f4a7092
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ outputs:
neutron::server::notifications::tenant_name: 'service'
neutron::server::notifications::project_name: 'service'
neutron::server::notifications::password: {get_param: NovaPassword}
neutron::server::notifications::endpoint_type: 'internal'
neutron::keystone::authtoken::project_name: 'service'
neutron::keystone::authtoken::user_domain_name: 'Default'
neutron::keystone::authtoken::project_domain_name: 'Default'