openstack-ansible-os_nova/releasenotes/notes/nova-uca-support-409b2e6afbce47b1.yaml
Chhavi Agarwal e37a680f92 UCA support for nova compute
This changes adds the Ubuntu Cloud Archive repo support for the nova
compute kvm. UCA repo is important to support architecture ppc64le
since the default Ubuntu trusty repo does not contain the all required
packages for libvirt-bin.

Change-Id: Ic1e7619b48a9b12ba876f83507497cf1e557223a
2016-06-02 07:16:31 -05:00

11 lines
363 B
YAML

---
features:
- Nova UCA repository support is implemented by default.
This will allow the users to benefit from the updated
packages for KVM.
The ``nova_uca_enable`` variable controls the install
source for the KVM packages. By default this value is set
to ``True`` to make use of UCA repository. User can set to
``False`` to disable.