diff --git a/releasenotes/notes/deprecate_compute_stats_class-229abfcb8816bdbd.yaml b/releasenotes/notes/deprecate_compute_stats_class-229abfcb8816bdbd.yaml index 1adec46ec0e8..8259fb3b2686 100644 --- a/releasenotes/notes/deprecate_compute_stats_class-229abfcb8816bdbd.yaml +++ b/releasenotes/notes/deprecate_compute_stats_class-229abfcb8816bdbd.yaml @@ -4,5 +4,5 @@ deprecations: - Deprecate ``compute_stats_class`` config option. This allowed loading an alternate implementation for collecting statistics for the local compute host. Deployments that felt the need to use - this facility are encoraged to propose additions upstream so we + this facility are encouraged to propose additions upstream so we can create a stable and supported interface here. diff --git a/releasenotes/notes/deprecate_vendordata_driver-eefc745365a881c3.yaml b/releasenotes/notes/deprecate_vendordata_driver-eefc745365a881c3.yaml index 80f97e26810c..3e09c55d6c69 100644 --- a/releasenotes/notes/deprecate_vendordata_driver-eefc745365a881c3.yaml +++ b/releasenotes/notes/deprecate_vendordata_driver-eefc745365a881c3.yaml @@ -5,6 +5,6 @@ deprecations: creating a different class loader for defining vendordata metadata. The default driver loads from a json file that can be arbitrarily specified, so is still quite flexible. Deployments that - felt the need to use this facility are encoraged to propose + felt the need to use this facility are encouraged to propose additions upstream so we can create a stable and supported interface here. diff --git a/releasenotes/notes/zookeeper-servicegroup-driver-removed-c3bcaa6f9fe976ed.yaml b/releasenotes/notes/zookeeper-servicegroup-driver-removed-c3bcaa6f9fe976ed.yaml index 029d13443623..24353d4b67c0 100644 --- a/releasenotes/notes/zookeeper-servicegroup-driver-removed-c3bcaa6f9fe976ed.yaml +++ b/releasenotes/notes/zookeeper-servicegroup-driver-removed-c3bcaa6f9fe976ed.yaml @@ -3,7 +3,7 @@ deprecations: - | The Zookeeper Service Group driver has been removed. - The driver has no known users and is not actively mantained. A warning log + The driver has no known users and is not actively maintained. A warning log message about the driver's state was added for the Kilo release. Also, evzookeeper library that the driver depends on is unmaintained and `incompatible with recent eventlet releases`_.