coordination: Deprecate support of the etcd3 driver

The etcd3 driver of tooz has been deprecated. This change deprecates
its support in the puppet modules so that we can remove the support in
a future release.

Depends-on: https://review.opendev.org/833107
Change-Id: I3cb9d3321957341d2110178ed7b67bfe3f265a38
This commit is contained in:
Takashi Kajinami 2022-03-21 18:46:17 +09:00
parent 5590e9b164
commit 60afb3379b
2 changed files with 6 additions and 0 deletions

View File

@ -46,6 +46,7 @@ define oslo::coordination (
})
}
/^etcd3:\/\//: {
warning('Support for the etcd3 driver has been deprecated.')
if $::oslo::params::python_etcd3_package_name {
ensure_packages('python-etcd3', {
name => $::oslo::params::python_etcd3_package_name,

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
Support of the etcd3 driver by ``oslo::coordination`` has been deprecated,
because the driver has been deprecated.