aboutsummaryrefslogtreecommitdiffstats
path: root/compute.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'compute.yaml')
-rw-r--r--compute.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compute.yaml b/compute.yaml
index f7e434f5..672687ca 100644
--- a/compute.yaml
+++ b/compute.yaml
@@ -427,7 +427,7 @@ outputs:
Server's IP address and hostname in the /etc/hosts format
value:
str_replace:
- template: "IP HOST HOST.novalocal"
+ template: "IP HOST"
params:
IP: {get_attr: [NovaCompute, networks, ctlplane, 0]}
HOST: {get_attr: [NovaCompute, name]}