[release-announce] [openstackansible] openstack-ansible-os_nova 15.1.17 (ocata)

no-reply at openstack.org no-reply at openstack.org
Thu Mar 8 05:34:08 UTC 2018


We are satisfied to announce the release of:

openstack-ansible-os_nova 15.1.17: os_nova for OpenStack Ansible

This release is part of the ocata release series.

Download the package from:

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

For more details, please see below.

15.1.17
^^^^^^^

Known Issues

* For all ocata releases up to 15.1.16 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 15.1.17 release.

Changes in openstack-ansible-os_nova 15.1.16..15.1.17
-----------------------------------------------------

742f387 Improve console install and restart services appropriately
93bbd9e tests: test-nova-upgrades.sh: Remove the exit trap
1a471a3 If debug is enabled, provide verbose output for host discovery
7dce8da Add a delay before the cell discovery
5992563 Zuul: Remove project name


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

handlers/main.yml                                  |  8 ++++++
.../nova-novncproxy-restart-55e030f4e7b8654b.yaml  | 18 +++++++++++++
tasks/consoles/nova_console_novnc_install.yml      | 30 +++++++++++++++++++---
tasks/consoles/nova_console_spice_install.yml      | 28 +++++++++++++++++---
tasks/nova_db_post_setup.yml                       |  2 +-
zuul.d/project.yaml                                |  2 --
7 files changed, 77 insertions(+), 18 deletions(-)







More information about the Release-announce mailing list