Add reno for novnc/spice known issue

This reno should have been included with
https://review.openstack.org/540331 but
was only written later.

Change-Id: Ie48ce3fe62f91298c2beb03f5fa09a4b3a8e12e4
This commit is contained in:
Jesse Pretorius
2018-02-07 10:14:35 +00:00
parent b02df943e4
commit c571fe955d

View File

@@ -0,0 +1,18 @@
---
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.
.. code-block:: shell-session
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.