Unescape IPv6 addresses for ceph_nfs_bind_addr

Currently we end up with IPv6 addresses in ganesha.conf that
are encapsulated in brackets so the file isn't parsed correctly
and the ceph_nfs container fails to start.

Closes-bug: #1840983
Change-Id: I035f945df3ea0519ce8b62daa6d0b313e84a508c
This commit is contained in:
Tom Barron 2019-08-21 17:32:37 -04:00
parent b3510328ba
commit 0478cd8923
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ resources:
type: json
value:
vars:
ceph_nfs_bind_addr: {get_param: [EndpointMap, GaneshaInternal, host]}
ceph_nfs_bind_addr: {get_param: [EndpointMap, GaneshaInternal, host_nobrackets]}
ceph_nfs_enable_service: false
ceph_nfs_use_pacemaker: true
ceph_nfs_dynamic_exports: true