Update Volume Encryption Documentation

The castellan library has recently been updated to
use 'backend' instead of 'api_class' to configure
the backend that should be used.  This change updates
the volume encryption documentation to use the updated
configuration option instead of the deprecated one.

Change-Id: I5054f348f9c016d15b36b9f18d9c89e19e25e81f
This commit is contained in:
Brianna Poulos 2018-01-19 11:56:39 -05:00
parent 2a5f80f026
commit 56b62f9423
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ Steps to update ``cinder-api`` servers:
.. code-block:: ini
api_class = castellan.key_manager.barbican_key_manager.BarbicanKeyManager
backend = barbican
#. Restart ``cinder-api``.
@ -37,7 +37,7 @@ Update ``nova-compute`` servers:
.. code-block:: ini
[key_manager]
api_class = castellan.key_manager.barbican_key_manager.BarbicanKeyManager
backend = barbican
.. note::

View File

@ -156,7 +156,7 @@
- (String) DEPRECATED: The path to respond to healtcheck requests on.
* - **[key_manager]**
-
* - ``backend`` = ``castellan.key_manager.barbican_key_manager.BarbicanKeyManager``
* - ``backend`` = ``barbican``
- (String) The full class name of the key manager API class
* - ``fixed_key`` = ``None``
- (String) Fixed key returned by key manager, specified in hex