diff options
author | James Slagle <jslagle@redhat.com> | 2014-03-05 15:51:57 -0800 |
---|---|---|
committer | James Slagle <jslagle@redhat.com> | 2014-03-05 15:51:57 -0800 |
commit | fa06cba2e40e84133452673728ca208348bb64a6 (patch) | |
tree | 16e6e9ae97844682bfb171458f4747134f4e6877 | |
parent | 1f75fd8fd3086febb5ac37cb921fa82eb2cc8c8e (diff) |
Fix bad indentation
Lines for notifier-strategy and log-file had 1 level too much of
identation causing an error in the available metadata.
Change-Id: I559855887349bf2bbab87788ef9baa216bde60d8
-rw-r--r-- | undercloud-source.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/undercloud-source.yaml b/undercloud-source.yaml index 07f53dfd..805239a9 100644 --- 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 |