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:
2 changed files with 6 additions and 0 deletions
@@ -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.
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.