openstack-ansible-os_cinder/releasenotes/notes/openstack-distribution-packages-292a6cb46e3adc32.yaml
Markos Chandras ba7c1e29d9 Add support for using distribution packages for OpenStack services
Distributions provide packages for the OpenStack services so we add
support for using these instead of the pip ones.

Change-Id: I4ff3cbf5e1e1ce04cd4cdc9c1ce97afdeace5159
Depends-On: I5a78e2120e596d36629b4ba978b2b5df76b149b0
Implements: blueprint openstack-distribution-packages
2018-05-04 17:08:45 +01:00

8 lines
271 B
YAML

---
features:
- |
The role now supports using the distribution packages for the OpenStack
services instead of the pip ones. This feature is disabled by default
and can be enabled by simply setting the ``cinder_install_method``
variable to ``distro``.--