Deprecate database options from the glance::api class

... because these options have been implemented in the glance::api::db
class.

Change-Id: Ib153455d48f59d440803e26570986854cb6e0299
This commit is contained in:
Takashi Kajinami
2020-10-20 13:00:16 +09:00
parent b6416bcf73
commit 10f14f29b1
3 changed files with 78 additions and 32 deletions

View File

@@ -0,0 +1,12 @@
---
deprecations:
- |
The following options have been deprecated, as those options have been
moved to glance::api::db class.
- ``glance::api::database_connection``
- ``glance::api::database_idle_timeout``
- ``glance::api::database_max_overflow``
- ``glance::api::database_max_pool_size``
- ``glance::api::database_max_retries``
- ``glance::api::database_retry_interval``