castellan/releasenotes/notes/implements-keymanager-option-discovery-13a46c1dfc036a3f.yaml
Moisés Guimarães de Medeiros 943150ee51 Implements KeyManager's option discovery.
The KeyManager itself should be responsible for advertising the
correct set of options for discovery, not relying on the global
option listing method to know which variable holds the options
and how are they grouped.

Change-Id: I1764c383206df835b7d654f2f776663bd6d4d25b
Signed-off-by: Moisés Guimarães de Medeiros <moguimar@redhat.com>
2020-02-21 16:33:17 +01:00

16 lines
700 B
YAML

---
features:
- |
Enhance the global option listing to discover available key managers and
their options. The purpose of this feature is to have a correct listing of
the supported key managers, now each key manager is responsible for
advertising the oslo.config groups/options they consume.
other:
- |
The visibility of module variables and constants related to oslo.config
options changed to private in both barbican and vault key managers. The
key managers are only responsible for overloading the method
list_options_for_discovery() in order to advertise their own options.
This way, the global options doesn't need to know which variables to look
for.