diff options
Diffstat (limited to 'block-storage-nfs.yaml')
-rw-r--r-- | block-storage-nfs.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block-storage-nfs.yaml b/block-storage-nfs.yaml index eabe983a..d00484b9 100644 --- a/block-storage-nfs.yaml +++ b/block-storage-nfs.yaml @@ -57,7 +57,6 @@ Resources: volume_size_mb: '5000' service-password: Ref: CinderPassword - volume: 'true' include_nfs_backend: 'true' nfs_shares: - {"Fn::Join": ['', [{"Fn::Select": [ 0, {"Fn::Select": [ "ctlplane", {"Fn::GetAtt": [notCompute0, networks]} ]} ] } , ':/mnt/state/var/lib/nfs_share']]} |