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:
parent
5590e9b164
commit
60afb3379b
@ -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,
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
Support of the etcd3 driver by ``oslo::coordination`` has been deprecated,
|
||||
because the driver has been deprecated.
|
Loading…
Reference in New Issue
Block a user