nova/releasenotes/notes/rename-wsgi-prefixed-opts-9075ff9c2215e61c.yaml
Stephen Finucane 235864008b config options: Remove 'wsgi_' prefix from opts
Now that the WSGI opts have been added to a group, there's no longer
any reason to keep the 'wsgi_' prefix for some of these opts around.
Remove it, ensuring the old names are stored as deprecated names.

Change-Id: If39bed3ed2335b6f96455870f1a47cb868d21f39
2016-03-25 13:19:19 +00:00

5 lines
152 B
YAML

---
upgrade:
- The 'wsgi_default_pool_size' and 'wsgi_keep_alive' options have been
renamed to 'default_pool_size' and 'keep_alive' respectively.