diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-07-10 14:44:35 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-07-10 14:44:36 +0000 |
commit | b7400f95a4c185c6c1b3294c11af828d799939d0 (patch) | |
tree | ca29943822d7b48988b509c88b3d1cb79afbc0de /puppet/compute-puppet.yaml | |
parent | 7614af59ce211b6afc31790489b4104067050522 (diff) | |
parent | 57573b77a9ce5a3a465318f4b60d8b8b24264ff1 (diff) |
Merge "Add services to ServiceNetMap to select hostnames resolution network"
Diffstat (limited to 'puppet/compute-puppet.yaml')
-rw-r--r-- | puppet/compute-puppet.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/puppet/compute-puppet.yaml b/puppet/compute-puppet.yaml index afe85d18..357a097d 100644 --- a/puppet/compute-puppet.yaml +++ b/puppet/compute-puppet.yaml @@ -510,7 +510,7 @@ outputs: str_replace: template: "IP HOST.localdomain HOST" params: - IP: {get_attr: [NovaCompute, networks, ctlplane, 0]} + IP: {get_attr: [NetIpMap, net_ip_map, {get_param: [ServiceNetMap, ComputeHostnameResolveNetwork]}]} HOST: {get_attr: [NovaCompute, name]} nova_server_resource: description: Heat resource handle for the Nova compute server @@ -519,4 +519,3 @@ outputs: config_identifier: description: identifier which changes if the node configuration may need re-applying value: {get_attr: [NovaComputeDeployment, deploy_stdout]} - |