kolla-ansible/releasenotes/notes/add-forks-flag-faf0d27618265bd4.yaml
Clint Byrum 7321fe772d Allow passing forks to kolla-ansible script
For large installations it makes sense to use a higher number of forks
than the default.

Change-Id: I34cdc146a4ed2185fb36fbb34ab72916ec98bee5
2018-07-16 17:40:51 +00:00

6 lines
165 B
YAML

---
features:
- |
Adds a new argument to the ``kolla-ansible`` command, ``--forks NUM``.
This argument is passed through directly to ``ansible-playbook``.