diff options
Diffstat (limited to 'tools/cicdansible/heat/node.yaml')
-rw-r--r-- | tools/cicdansible/heat/node.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/cicdansible/heat/node.yaml b/tools/cicdansible/heat/node.yaml index bee089fe..95622280 100644 --- a/tools/cicdansible/heat/node.yaml +++ b/tools/cicdansible/heat/node.yaml @@ -27,6 +27,8 @@ parameters: default: "" docker_storage_size: type: number + availability_zone: + type: string resources: #Volume for storing /var/lib/docker for node. docker_storage: @@ -47,6 +49,7 @@ resources: network: { get_param: network } subnet: { get_param: subnet } flavor_name: { get_param: flavor_name } + availability_zone: { get_param: availability_zone } notify_command: { get_param: notify_command } security_group: { get_param: security_group } scheduler_hints: { get_param: scheduler_hints } |