diff options
author | Dan Prince <dprince@redhat.com> | 2014-09-19 10:27:52 -0400 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2014-09-19 10:27:52 -0400 |
commit | 53aaa6b528bb97bedee8a87e7f9290b10e9c1b3d (patch) | |
tree | b41b8051854cadd9c36373348cf57913d4a92dc3 | |
parent | 6e766483306ae0dabd4fff47f9234ede588f7be4 (diff) |
Drop CinderLVMLoopDeviceSize from the undercloud
This parameter is unused so lets drop it.
Change-Id: Ie0bec06b14b6b284716604281d29fea065c2a03b
-rw-r--r-- | undercloud-source.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/undercloud-source.yaml b/undercloud-source.yaml index 2fcadd90..8f041f98 100644 --- a/undercloud-source.yaml +++ b/undercloud-source.yaml @@ -11,10 +11,6 @@ parameters: description: The keystone auth secret. type: string hidden: true - CinderLVMLoopDeviceSize: - default: 5000 - description: The size of the loopback file used by the cinder LVM driver. - type: number BaremetalArch: default: i386 description: The architecture to use in Nova-BM - i386 or amd64. |