diff options
author | Giulio Fidente <gfidente@redhat.com> | 2015-04-28 05:38:11 -0400 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2015-04-28 05:38:11 -0400 |
commit | 04027e783f8aa4d8f1c56c7f2b50ac49ba16194d (patch) | |
tree | 3a3310dc3d7561e55ef51a36386f75916f66e6a7 /puppet/cinder-storage-puppet.yaml | |
parent | 645b447b86ef9dbc37c46958b3e08b3ac65e3762 (diff) |
Remove hardcoded references to .novalocal in hostnames
Remove references to the .novalocal domain part in the hosts file.
Change-Id: Idf14907adaf2f35440b6f28870fe18434eadd1be
Depends-On: Iadfdf4120c4d1c9b6976321753957fd4eecf301c
Diffstat (limited to 'puppet/cinder-storage-puppet.yaml')
-rw-r--r-- | puppet/cinder-storage-puppet.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/cinder-storage-puppet.yaml b/puppet/cinder-storage-puppet.yaml index de96809a..708f6a9b 100644 --- a/puppet/cinder-storage-puppet.yaml +++ b/puppet/cinder-storage-puppet.yaml @@ -206,7 +206,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]} |