Browse Source

Fix way openshift_openstack_nodes_to_remove parameter is parsed in template

Tzu-Mainn Chen 7 years ago
parent
commit
e0dc2dde55
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/openshift_openstack/templates/heat_stack.yaml.j2

+ 1 - 1
roles/openshift_openstack/templates/heat_stack.yaml.j2

@@ -672,7 +672,7 @@ resources:
     properties:
       count: {{ openshift_openstack_num_nodes }}
       removal_policies:
-      - resource_list: {{ openshift_openstack_nodes_to_remove }}
+      - resource_list: {{ openshift_openstack_nodes_to_remove | to_json }}
       resource_def:
         type: server.yaml
         properties: