From cfdd314564a8531d916cee389990684f9e4e11c8 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Wed, 29 Apr 2015 10:58:00 -0400 Subject: Update neutron local_ip to use the tenant network This patch uses the new NetIpMap and ServiceMap abstractions to assign the Neutron tenant tunneling network addresses. By default this is associated with the tenant network. If no tenant network is activated this will still default to the control plane IP address. Change-Id: I9db7dd0c282af4e5f24947f31da2b89f231e6ae4 --- overcloud-resource-registry-puppet.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'overcloud-resource-registry-puppet.yaml') diff --git a/overcloud-resource-registry-puppet.yaml b/overcloud-resource-registry-puppet.yaml index e2a54088..7b35c2fd 100644 --- a/overcloud-resource-registry-puppet.yaml +++ b/overcloud-resource-registry-puppet.yaml @@ -63,3 +63,6 @@ resource_registry: parameter_defaults: EnablePackageInstall: false + # Mapping of service_name -> network name. + ServiceNetMap: + NeutronLocalIp: tenant -- cgit 1.2.3-korg