diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-04-05 10:29:31 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-04-05 10:29:31 +0000 |
commit | 2e184b20a1f1fae755c275fd256e37a9e99cf715 (patch) | |
tree | 792b450ab51e751b16762ac906ae81daae993646 | |
parent | 65351560a421f40c0d66d6dcb00ee5515d5feb0f (diff) | |
parent | f52b52cadfb70b7dc808a22e3566954ac8e7829c (diff) |
Merge "Update templates to default to preserve ephemeral"
-rw-r--r-- | nova-compute-instance.yaml | 2 | ||||
-rw-r--r-- | overcloud-source.yaml | 2 | ||||
-rw-r--r-- | undercloud-source.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/nova-compute-instance.yaml b/nova-compute-instance.yaml index 81217362..92e9a019 100644 --- a/nova-compute-instance.yaml +++ b/nova-compute-instance.yaml @@ -15,7 +15,7 @@ Parameters: Type: String Default: baremetal ImageUpdatePolicy: - Default: 'REPLACE' + Default: 'REBUILD_PRESERVE_EPHEMERAL' Description: What policy to use when reconstructing instances. REBUILD for rebuilds, REBUILD_PRESERVE_EPHEMERAL to preserve /mnt. Type: String NovaImage: diff --git a/overcloud-source.yaml b/overcloud-source.yaml index bba161e1..9ad57c78 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -44,7 +44,7 @@ Parameters: Type: String NoEcho: true ImageUpdatePolicy: - Default: 'REPLACE' + Default: 'REBUILD_PRESERVE_EPHEMERAL' Description: What policy to use when reconstructing instances. REBUILD for rebuilds, REBUILD_PRESERVE_EPHEMERAL to preserve /mnt. Type: String KeyName: diff --git a/undercloud-source.yaml b/undercloud-source.yaml index 90724b76..cb83f91c 100644 --- a/undercloud-source.yaml +++ b/undercloud-source.yaml @@ -42,7 +42,7 @@ Parameters: Type: String NoEcho: true ImageUpdatePolicy: - Default: REPLACE + Default: REBUILD_PRESERVE_EPHEMERAL Description: What policy to use when reconstructing instances. REBUILD for rebuilds, REBUILD_PRESERVE_EPHEMERAL to preserve /mnt. Type: String |