From fa06cba2e40e84133452673728ca208348bb64a6 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Wed, 5 Mar 2014 15:51:57 -0800 Subject: 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 --- undercloud-source.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'undercloud-source.yaml') 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 -- cgit 1.2.3-korg