aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--block-storage-nfs.yaml1
-rw-r--r--block-storage.yaml1
2 files changed, 0 insertions, 2 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']]}
diff --git a/block-storage.yaml b/block-storage.yaml
index 507ca631..453a0ac7 100644
--- a/block-storage.yaml
+++ b/block-storage.yaml
@@ -57,7 +57,6 @@ Resources:
volume_size_mb: '5000'
service-password:
Ref: CinderPassword
- volume: 'true'
admin-password: {Ref: AdminPassword}
rabbit:
host: {"Fn::Select": [ 0, {"Fn::Select": [ "ctlplane", {"Fn::GetAtt": [notCompute0, networks]} ]} ] }