
Since bc6d87b96912212ab797ad7634b2a45e37ea5fc6 was merged, any implementations inheriting the base KeyManager class should implement the two new consumer interfaces. This documents that upgrade impact so that the note appears in release note. Change-Id: Id6ba2f3dff279371a13e319773b4579c82338774
7 lines
223 B
YAML
7 lines
223 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The KeyManager class now has two new abstract methods, ``add_consumer`` and
|
|
``remove_consumer``. Any implementations inheriting the base KeyManager
|
|
class should override these two interfaces.
|