Code Review
/
apex-tripleo-heat-templates.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
6e76648
)
Drop CinderLVMLoopDeviceSize from the undercloud
author
Dan Prince
<dprince@redhat.com>
Fri, 19 Sep 2014 14:27:52 +0000
(10:27 -0400)
committer
Dan Prince
<dprince@redhat.com>
Fri, 19 Sep 2014 14:27:52 +0000
(10:27 -0400)
This parameter is unused so lets drop it.
Change-Id: Ie0bec06b14b6b284716604281d29fea065c2a03b
undercloud-source.yaml
patch
|
blob
|
history
diff --git
a/undercloud-source.yaml
b/undercloud-source.yaml
index
2fcadd9
..
8f041f9
100644
(file)
--- 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.