aboutsummaryrefslogtreecommitdiffstats
path: root/nova-compute-instance.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'nova-compute-instance.yaml')
-rw-r--r--nova-compute-instance.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/nova-compute-instance.yaml b/nova-compute-instance.yaml
index 2aadea8d..e10b1dc5 100644
--- a/nova-compute-instance.yaml
+++ b/nova-compute-instance.yaml
@@ -14,6 +14,10 @@ Parameters:
Description: Use this flavor
Type: String
Default: baremetal
+ ImageUpdatePolicy:
+ Default: 'REPLACE'
+ Description: What policy to use when reconstructing instances. REBUILD for rebuilds, REBUILD_PRESERVE_EPHEMERAL to preserve /mnt.
+ Type: String
NovaImage:
Type: String
Default: overcloud-compute
@@ -81,6 +85,8 @@ Resources:
Properties:
image:
{Ref: NovaImage}
+ image_update_policy:
+ Ref: ImageUpdatePolicy
flavor: {Ref: Flavor}
key_name: {Ref: KeyName}
Metadata: