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:
91fd462
)
Ensure glance.host and glance.cinder are set for BlockStorage nodes
author
Giulio Fidente
<gfidente@redhat.com>
Tue, 5 Aug 2014 16:39:49 +0000
(18:39 +0200)
committer
Giulio Fidente
<gfidente@redhat.com>
Sun, 17 Aug 2014 10:35:03 +0000
(12:35 +0200)
Change-Id: I03056681b795a2078a678dcb0cd29002310e5843
Related-bug:
1351110
block-storage.yaml
patch
|
blob
|
history
diff --git
a/block-storage.yaml
b/block-storage.yaml
index
7e2be4a
..
af964fe
100644
(file)
--- a/
block-storage.yaml
+++ b/
block-storage.yaml
@@
-46,3
+46,6
@@
resources:
host: {get_input: controller_virtual_ip}
username: {get_param: RabbitUserName}
password: {get_param: RabbitPassword}
+ glance:
+ host: {get_input: controller_virtual_ip}
+ port: {get_param: GlancePort}