Add user_data_format
authorJames Slagle <jslagle@redhat.com>
Thu, 17 Jul 2014 15:15:09 +0000 (11:15 -0400)
committerJames Slagle <jslagle@redhat.com>
Tue, 22 Jul 2014 21:29:37 +0000 (17:29 -0400)
user_data_format must be set to SOFTWARE_CONFIG on instances of
OS::Nova::Server where there are deployments. Corrects the following
error:

ERROR: Resource BlockStorage0's property user_data_format should be set
to SOFTWARE_CONFIG since there are software deployments on it.

Change-Id: Iba29588374980098d71585ff1bf26ad914a6711c

block-storage.yaml

index 55a629a..524dda7 100644 (file)
@@ -22,6 +22,7 @@ Resources:
         {Ref: BlockStorageImage}
       flavor: {Ref: OvercloudBlockStorageFlavor}
       key_name: {Ref: KeyName}
+      user_data_format: SOFTWARE_CONFIG
   BlockStorage0Deployment:
     Type: OS::Heat::StructuredDeployment
     Properties: