openstack-ansible/releasenotes/notes/cinder_uwsgi-c6a1651a4c54a8cc.yaml
Andy McCrae c4105464e6 Pin SHA's for stable/pike rc1
We may need a few more bumps - specifically for some upstream projects
that don't have a stable/pike branch yet. Namely:

swift
magnum
magnum_dashboard
nova-lxd
ceilometer
aodh
dragonflow

We should move to a SHA-bump approach from now to allow us to release
RC1 and further RCs without having to re-pin role SHA's.

Additionally, since the endpoint for placement has changed to / instead
of /placement the healthchk needs to anticipate a "401 - Unauthorized".

Change-Id: Iccc4d4b7aa3a69eb3c87e50aaae9ccb7b4b7135e
2017-08-16 16:20:19 +01:00

16 lines
617 B
YAML

---
features:
- The ``cinder-api`` service has moved to run as a
uWSGI application. You can set the max number of
WSGI processes, the number of processes, threads,
and buffer size utilizing the
``cinder_wsgi_processes_max``,
``cinder_wsgi_processes``, ``cinder_wsgi_threads``,
and ``cinder_wsgi_buffer_size``.
Additionally, you can override any settings in the
uWSGI ini configuration file using the
``cinder_api_uwsgi_ini_overrides`` setting.
The uWSGI application will listen on the address
specified by ``cinder_uwsgi_bind_address`` which
defaults to ``0.0.0.0``.