Files
deb-python-openstacksdk/doc/source/users/proxies/key_manager.rst
Brian Curtin 1c739d307e Rename key_management to key_manager
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
2015-12-15 12:15:51 -06:00

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: