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:
1f75fd8
)
Fix bad indentation
author
James Slagle
<jslagle@redhat.com>
Wed, 5 Mar 2014 23:51:57 +0000
(15:51 -0800)
committer
James Slagle
<jslagle@redhat.com>
Wed, 5 Mar 2014 23:51:57 +0000
(15:51 -0800)
Lines for notifier-strategy and log-file had 1 level too much of
identation causing an error in the available metadata.
Change-Id: I559855887349bf2bbab87788ef9baa216bde60d8
undercloud-source.yaml
patch
|
blob
|
history
diff --git
a/undercloud-source.yaml
b/undercloud-source.yaml
index
07f53df
..
805239a
100644
(file)
--- a/
undercloud-source.yaml
+++ b/
undercloud-source.yaml
@@
-121,10
+121,10
@@
Resources:
host: 127.0.0.1
service-password:
Ref: GlancePassword
-
notifier-strategy:
-
Ref: GlanceNotifierStrategy
-
log-file:
-
Ref: GlanceLogFile
+ notifier-strategy:
+ Ref: GlanceNotifierStrategy
+ log-file:
+ Ref: GlanceLogFile
heat:
admin_password:
Ref: HeatPassword