openstack-ansible/releasenotes/notes/selective-venv-build-dd9f0e40cd1cc076.yaml
Jesse Pretorius dcfdc9321e Fix role SHA's for Newton-2 release
Change-Id: Ifc614c23a03b216c63891abc2821d6fefe4bcf52
2016-07-27 10:59:57 +00:00

9 lines
346 B
YAML

---
features:
- The repo build process now selectively builds venvs based on
whether each OpenStack service group has any hosts in it. If
there are no hosts in the group, the venv will not be built.
This behaviour can be optionally changed to force all venvs
to be built by setting ``repo_build_venv_selective`` to
``yes``.