From: James Slagle Date: Wed, 5 Mar 2014 23:51:57 +0000 (-0800) Subject: Fix bad indentation X-Git-Tag: opnfv-6.0.0~2867 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=fa06cba2e40e84133452673728ca208348bb64a6;p=apex-tripleo-heat-templates.git 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 --- 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