[release-announce] [openstackansible] openstack-ansible-os_nova	15.1.2 (ocata)
    no-reply at openstack.org 
    no-reply at openstack.org
       
    Mon May  1 14:57:26 UTC 2017
    
    
  
We joyfully announce the release of:
openstack-ansible-os_nova 15.1.2: os_nova for OpenStack Ansible
This release is part of the ocata stable release series.
Download the package from:
    https://tarballs.openstack.org/openstack-ansible-os_nova/
For more details, please see below.
15.1.2
^^^^^^
New Features
************
* Removed dependency for "cinder_backends_rbd_inuse" in nova.conf
  when setting "rbd_user" and "rbd_secret_uuid" variables. Cinder
  delivers all necessary values via RPC when attaching the volume, so
  those variables are only necessary for ephemeral disks stored in
  Ceph. These variables are required to be set up on cinder-volume
  side under backend section.
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 15.1.1..15.1.2
---------------------------------------------------
b715834 nova user can read kernel for libguestfs on Ubuntu
5190365 Allow libvirt rbd params to be independent of cinder
Diffstat (except docs and test files)
-------------------------------------
defaults/main.yml                                  |  3 ++
files/nova_kernel_permissions.sh                   | 20 +++++++++++
.../fix-libguestfs-ubuntu-a1436d2724c9189a.yaml    |  6 ++++
.../libvirt-rbd-independent-5876349073463cc3.yaml  |  8 +++++
tasks/nova_compute_kvm.yml                         |  6 ++++
tasks/nova_kernel_permissions.yml                  | 39 ++++++++++++++++++++++
templates/nova.conf.j2                             |  6 ++--
7 files changed, 84 insertions(+), 4 deletions(-)
    
    
More information about the Release-announce
mailing list