Fix compute node limit for compute-node-provide.yml
This commit is contained in:
parent
59ecedf2b9
commit
71d05fe397
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user