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

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.
Reference in New Issue
openstack/puppet-oslo
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.

The note is not visible to the blocked user.