diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-03-26 03:11:14 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-03-26 03:11:14 +0000 |
commit | e5aa2ec94a52b21cef5e0151406e2505c353344f (patch) | |
tree | 5c526a085967a13dfe2c6324caa0c02d699f27e7 /undercloud-source.yaml | |
parent | 2817287d36d8ceed637a9dd603067b858f3dde65 (diff) | |
parent | e1822ebdd13768cbd9dc82bbd475a2bb722ee3c5 (diff) |
Merge "Adding image update policy to undercloud template"
Diffstat (limited to 'undercloud-source.yaml')
-rw-r--r-- | undercloud-source.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/undercloud-source.yaml b/undercloud-source.yaml index f18612c8..3e053af5 100644 --- a/undercloud-source.yaml +++ b/undercloud-source.yaml @@ -41,6 +41,11 @@ Parameters: Description: The password for the Heat service account, used by the Heat services. Type: String NoEcho: true + ImageUpdatePolicy: + Default: REPLACE + Description: What policy to use when reconstructing instances. REBUILD for rebuilds, + REBUILD_PRESERVE_EPHEMERAL to preserve /mnt. + Type: String undercloudImage: Default: undercloud Type: String @@ -232,6 +237,8 @@ Resources: Ref: Flavor key_name: Ref: KeyName + image_update_policy: + Ref: ImageUpdatePolicy Metadata: os-collect-config: cfn: |