[release-announce] [openstackansible] openstack-ansible-os_nova 14.2.15 (newton)

no-reply at openstack.org no-reply at openstack.org
Mon Feb 19 15:47:32 UTC 2018


We are overjoyed to announce the release of:

openstack-ansible-os_nova 14.2.15: os_nova for OpenStack Ansible

This release is part of the newton release series.

Download the package from:

    https://tarballs.openstack.org/openstack-ansible-os_nova/

For more details, please see below.

14.2.15
^^^^^^^

Known Issues

* For all newton releases up to 14.2.14 when executing the os-nova-
  install.yml playbook the "nova-novncproxy" and "nova-
  spicehtml5proxy" services will fail. The workaround to resolve this
  issue is to restart the services.

     cd /opt/rpc-openstack/openstack-ansible/playbooks
     # start the service again
     # replace nova-novncproxy with nova-spicehtml5proxy when appropriate
     ansible nova_console -m service -a 'name=nova-novncproxy state=restarted'
     # set the appropriate facts to prevent the playbook trying
     # to reload it again when the playbook is run again
     ansible nova_console -m ini_file -a 'dest=/etc/ansible/facts.d/openstack_ansible.fact section=nova option=need_service_restart value=False'

  This issue has been resolved in the 14.2.15 release.

Changes in openstack-ansible-os_nova 14.2.14..14.2.15
-----------------------------------------------------

280135c Fix for lookup and get_url occuring in different places
6441d11 Zuul: Remove project name
c571fe9 Add reno for novnc/spice known issue
b02df94 Change stable/newton branch to newton-eol
134b8e9 Revert "Switch the LXD compute driver test to non-voting"
7cc8144 Improve console install and restart services appropriately
1aaa6b4 Switch the LXD compute driver test to non-voting


Diffstat (except docs and test files)
-------------------------------------

defaults/main.yml                                  |  2 +-
.../nova-novncproxy-restart-8f42f8d1cb6838cb.yaml  | 18 ++++++++++++
tasks/nova_console_novnc_install.yml               | 32 ++++++++++++++++++----
tasks/nova_console_spice_install.yml               | 28 ++++++++++++++++---
tasks/nova_install.yml                             | 11 +++++++-
zuul.d/project.yaml                                |  2 --
6 files changed, 80 insertions(+), 13 deletions(-)







More information about the Release-announce mailing list