[openstackansible] openstack-ansible-os_nova 16.0.9 (pike)
We eagerly announce the release of: openstack-ansible-os_nova 16.0.9: os_nova for OpenStack Ansible This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/openstack-ansible-os_nova/ For more details, please see below. 16.0.9 ^^^^^^ Known Issues * For all pike releases up to 16.0.7 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 16.0.8 release. Changes in openstack-ansible-os_nova 16.0.8..16.0.9 --------------------------------------------------- 3ddb79a Normalise SuSE barbican package install 8eddddd Zuul: Remove project name 611b670 If debug is enabled, provide verbose output for host discovery ae3bf4c Add reno for novnc/spice known issue 9773a01 tests: test-nova-upgrades.sh: Remove the exit trap Diffstat (except docs and test files) ------------------------------------- .../nova-novncproxy-restart-12514f9d9a797ba6.yaml | 18 ++++++++++++++++++ tasks/nova_db_post_setup.yml | 2 +- vars/suse-42.yml | 4 +++- zuul.d/project.yaml | 2 -- 5 files changed, 22 insertions(+), 11 deletions(-)
participants (1)
-
no-reply@openstack.org