aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/compute-puppet.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-06-17 18:38:22 +0000
committerGerrit Code Review <review@openstack.org>2015-06-17 18:38:22 +0000
commit2e97ecdd6d77cd07d06d06d62db9edbf3bd19533 (patch)
tree44a3f1a9c28123cb5ede352fe8533c40c38008e6 /puppet/compute-puppet.yaml
parent4a5fa7ce111951bd9f240462b22b5a85ce7ac632 (diff)
parent1a04849fe81d671843e53a231211e2f773a275ae (diff)
Merge "Add $hostname.localdomain alias to /etc/hosts"
Diffstat (limited to 'puppet/compute-puppet.yaml')
-rw-r--r--puppet/compute-puppet.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/compute-puppet.yaml b/puppet/compute-puppet.yaml
index 9e17b890..ebb47aeb 100644
--- a/puppet/compute-puppet.yaml
+++ b/puppet/compute-puppet.yaml
@@ -505,7 +505,7 @@ outputs:
Server's IP address and hostname in the /etc/hosts format
value:
str_replace:
- template: "IP HOST"
+ template: "IP HOST.localdomain HOST"
params:
IP: {get_attr: [NovaCompute, networks, ctlplane, 0]}
HOST: {get_attr: [NovaCompute, name]}