현재 시리즈에 대한 릴리즈 노트¶
27.0.0.0rc1-7¶
업그레이드 노트¶
The WSGI script
neutron-api
has been removed. Deployment tooling should instead reference the Python module path for this service,neutron.wsgi.api
, if their chosen WSGI server supports this (gunicorn, uWSGI) or implement a.wsgi
script themselves if not (mod_wsgi).