
As we've passed a coordinated release date and roadmap looks clean enough in terms of anticipated changes, we should be able to make a beta release this time around. Change-Id: I65c41144a545d53198e3f5e9fa16113c051fd91c
14 lines
515 B
YAML
14 lines
515 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Default for Neutron API has been switched from using uWSGI to old
|
|
eventlet due to found compatability issues for the current OpenStack
|
|
release.
|
|
You can find more infromation in Neutron
|
|
`bug report <https://bugs.launchpad.net/neutron/+bug/2069581>`_
|
|
You can preserve current behaviour by setting ``neutron_use_uwsgi: True``
|
|
fixes:
|
|
- |
|
|
In case of switching Neutron from uWSGI to old eventlet,
|
|
`neutron-rpc-server` service will be disabled and stopped by the role.
|