Fix bad indentation
authorJames Slagle <jslagle@redhat.com>
Wed, 5 Mar 2014 23:51:57 +0000 (15:51 -0800)
committerJames 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

index 07f53df..805239a 100644 (file)
@@ -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