diff options
| author | Tzu-Mainn Chen <tzumainn@redhat.com> | 2017-06-23 15:47:17 -0400 |
|---|---|---|
| committer | Tzu-Mainn Chen <tzumainn@redhat.com> | 2017-06-23 15:47:17 -0400 |
| commit | 2fa7c112561eca54e0980902bda6920506c96f92 (patch) | |
| tree | 951b88f8c0743e16829292b11aca65586fbe0cdc /roles/openstack-stack/templates | |
| parent | 8219f17503e16620b4881faefc78023c696ed2e5 (diff) | |
rename node_removal_policies, add some comments and defaults
Diffstat (limited to 'roles/openstack-stack/templates')
| -rw-r--r-- | roles/openstack-stack/templates/heat_stack.yaml.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openstack-stack/templates/heat_stack.yaml.j2 b/roles/openstack-stack/templates/heat_stack.yaml.j2 index 3916eec02..32ea5ec1d 100644 --- a/roles/openstack-stack/templates/heat_stack.yaml.j2 +++ b/roles/openstack-stack/templates/heat_stack.yaml.j2 @@ -621,7 +621,7 @@ resources: properties: count: {{ num_nodes }} removal_policies: - - resource_list: {{ node_removal_policies }} + - resource_list: {{ nodes_to_remove }} resource_def: type: server.yaml properties: |
