diff options
author | James Slagle <jslagle@redhat.com> | 2014-07-17 11:15:09 -0400 |
---|---|---|
committer | James Slagle <jslagle@redhat.com> | 2014-07-22 17:29:37 -0400 |
commit | 55959c195bd562f6b357c37f7db2dcaaeb9cf26c (patch) | |
tree | fcd9646ee4cc48b33ffc544600db4d07278dd558 | |
parent | 723cdf75e5089dabd93f72ed2eba4aeb6a18ee75 (diff) |
Add user_data_format
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
-rw-r--r-- | block-storage.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block-storage.yaml b/block-storage.yaml index 55a629a0..524dda79 100644 --- a/block-storage.yaml +++ b/block-storage.yaml @@ -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: |