aboutsummaryrefslogtreecommitdiffstats
path: root/cinder-storage.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-04-29 20:08:21 +0000
committerGerrit Code Review <review@openstack.org>2015-04-29 20:08:21 +0000
commit8a41ac5d7352c9f88b4930f6af469bc928fb9201 (patch)
treee1622bb098a209f364baf0cdc98acbe9ea9009af /cinder-storage.yaml
parent630fef16a584b130e4aea03b0909ac54ab537ac0 (diff)
parent04027e783f8aa4d8f1c56c7f2b50ac49ba16194d (diff)
Merge "Remove hardcoded references to .novalocal in hostnames"
Diffstat (limited to 'cinder-storage.yaml')
-rw-r--r--cinder-storage.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cinder-storage.yaml b/cinder-storage.yaml
index f26ef3e2..7d44094f 100644
--- a/cinder-storage.yaml
+++ b/cinder-storage.yaml
@@ -159,7 +159,7 @@ outputs:
hosts_entry:
value:
str_replace:
- template: "IP HOST HOST.novalocal"
+ template: "IP HOST"
params:
IP: {get_attr: [BlockStorage, networks, ctlplane, 0]}
HOST: {get_attr: [BlockStorage, name]}