02bb57bfef
Document that orchestrate-devstack requires a linear strategy in the invoking play. Also enforce the strategy in devstack.yaml. Change-Id: Ia081225ec2be959fc5a4ddfd491f526296a8ca10
8 lines
278 B
YAML
8 lines
278 B
YAML
- hosts: all
|
|
# This is the default strategy, however since orchestrate-devstack requires
|
|
# "linear", it is safer to enforce it in case this is running in an
|
|
# environment configured with a different default strategy.
|
|
strategy: linear
|
|
roles:
|
|
- orchestrate-devstack
|