Merge "Unescape IPv6 addresses for ceph_nfs_bind_addr" into stable/stein

This commit is contained in:
Zuul 2019-08-23 05:19:30 +00:00 committed by Gerrit Code Review
commit 30390bc619
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