dcfdc9321e
Change-Id: Ifc614c23a03b216c63891abc2821d6fefe4bcf52
9 lines
346 B
YAML
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``.
|