Some time ago, the Key Management service was renamed to Key Manager service in the governance repo. We originally stuck to naming it Key Management *because* it was named as such in the projects.yaml file, and because it has changed, we should follow how it's named there. Change-Id: Id5c1bd617a02e21e91f01ec095f817222c535138
19 lines
488 B
ReStructuredText
19 lines
488 B
ReStructuredText
KeyManager API
|
|
==============
|
|
|
|
For details on how to use key_management, see
|
|
:doc:`/users/guides/key_manager`
|
|
|
|
.. automodule:: openstack.key_manager.v1._proxy
|
|
|
|
The KeyManager Class
|
|
--------------------
|
|
|
|
The key_management high-level interface is available through the
|
|
``key_manager`` member of a :class:`~openstack.connection.Connection`
|
|
object. The ``key_manager`` member will only be added if the service is
|
|
detected.
|
|
|
|
.. autoclass:: openstack.key_manager.v1._proxy.Proxy
|
|
:members:
|