openstack-ansible/releasenotes/notes/selective-git-clone-77d766cc0eaa2175.yaml
Jesse Pretorius 851ac188d8 Fix role SHA's for Newton-3 release
Change-Id: Iac3fec6f70963e97d12cbe4fd8cafb05a99c56a2
2016-08-31 10:46:18 +01:00

9 lines
388 B
YAML

---
features:
- The repo build process now selectively clones git repositories
based on whether each OpenStack service group has any hosts in
it. If there are no hosts in the group, the git repo for the
service will not be cloned. This behaviour can be optionally
changed to force all git repositories to be cloned by setting
``repo_build_git_selective`` to ``no``.