diff options
Diffstat (limited to 'swift-storage.yaml')
-rw-r--r-- | swift-storage.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swift-storage.yaml b/swift-storage.yaml index 7160c14d..42c591d2 100644 --- a/swift-storage.yaml +++ b/swift-storage.yaml @@ -145,7 +145,7 @@ outputs: hosts_entry: value: str_replace: - template: "IP HOST HOST.novalocal" + template: "IP HOST" params: IP: {get_attr: [SwiftStorage, networks, ctlplane, 0]} HOST: {get_attr: [SwiftStorage, name]} |