We are ecstatic to announce the release of: openstack-ansible-os_nova 14.2.2: os_nova for OpenStack Ansible This release is part of the newton stable release series. Download the package from: https://tarballs.openstack.org/openstack-ansible-os_nova/ For more details, please see below. 14.2.2 ^^^^^^ Bug Fixes * Nova features that use libguestfs (libvirt password/key injection) now work on compute hosts running Ubuntu. When Nova is deployed to Ubuntu compute hosts and either "nova_libvirt_inject_key" or "nova_libvirt_inject_password" are set to True, then kernels stored in /boot/vmlinuz-* will be made readable to nova user. See launchpad bug 1507915. Changes in openstack-ansible-os_nova 14.2.1..14.2.2 --------------------------------------------------- c15d491 nova user can read kernel for libguestfs on Ubuntu Diffstat (except docs and test files) ------------------------------------- defaults/main.yml | 3 ++ files/nova_kernel_permissions.sh | 20 +++++++++++ .../fix-libguestfs-ubuntu-55582fd1d887d328.yaml | 6 ++++ tasks/nova_compute_kvm.yml | 6 ++++ tasks/nova_kernel_permissions.yml | 39 ++++++++++++++++++++++ 5 files changed, 74 insertions(+)