puppet-nova/releasenotes/notes/nova-placement-30566167309fd124.yaml
Emilien Macchi 2b0335fe59 placement: dedicated database support
Nova recommends a dedicated database for placement service.

This patch:
- allow to manage this database with nova::db::mysql_placement
- configure nova.conf with database parameters

Change-Id: I139e1549fb4b33e518892a30bf781856d6cb31bc
2017-01-06 07:07:13 -05:00

9 lines
454 B
YAML

---
features:
- Nova Placement API deployment in WSGI with Apache by using nova::wsgi::apache_placement.
- Keystone resources support for Nova Placement API by using nova::keystone::auth_placement.
- Allow to configure [placement] section in nova.conf by using nova::placement.
- Allow to create and use a database dedicated for Nova Placement (recommended).
deprecations:
- nova::wsgi::apache is deprecated in favor of nova::wsgi::apache_api.