023c4f27fc
The placement_database config options were added in Newton but the actual code to use the options was reverted and is not used. Change-Id: Ifb09747056750893e442ebe0b4124e861a70ae55 Related-Reviews: I31293ac4689630e4113588ab2c6373cf572b8f38 Closes-Bug: #1670419
16 lines
553 B
YAML
16 lines
553 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The nova_placement database which was implemented in the ocata release of
|
|
OpenStack-Ansible was never actually used for anything due to reverts in
|
|
the upstream code. The database should be empty and can be deleted. With
|
|
this the following variables also no longer have any function and have
|
|
been removed.
|
|
|
|
* ``nova_placement_galera_user``
|
|
* ``nova_placement_galera_database``
|
|
* ``nova_placement_db_max_overflow``
|
|
* ``nova_placement_db_max_pool_size``
|
|
* ``nova_placement_db_pool_timeout``
|
|
|