Fix compute node limit for compute-node-provide.yml

This commit is contained in:
Mark Goddard 2017-05-29 16:53:07 +01:00
parent 59ecedf2b9
commit 71d05fe397
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
venv: "{{ ansible_env.PWD }}/shade-venv"
# Set this to a colon-separated list of compute node hostnames to provide.
# If unset, all compute nodes will be provided.
compute_node_limit:
compute_node_limit: ""
compute_node_limit_list: "{{ compute_node_limit.split(':') }}"
roles:
- role: stackhpc.os-openstackclient