From 806adc58e03177f91c6ce882eb956594b9de4225 Mon Sep 17 00:00:00 2001 From: Brianna Poulos Date: Fri, 19 Jan 2018 12:01:38 -0500 Subject: [PATCH] Update Signature Documentation The castellan user interface library recently deprecated the 'api_class' configuration option in favor of the 'backend' configuration option. This change updates the image signature verification documentation to use the new configuration option. Change-Id: I0cc115eed1b7f271fe4bb7d0a385d487f2494d73 --- doc/source/user/signature.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user/signature.rst b/doc/source/user/signature.rst index 7ba723f2c4..fed3081a1a 100644 --- a/doc/source/user/signature.rst +++ b/doc/source/user/signature.rst @@ -58,7 +58,7 @@ key manager interface, which is currently the Barbican key manager. In glance-api.conf find the following lines:: [key_manager] - api_class = castellan.key_manager.barbican_key_manager.BarbicanKeyManager + backend = barbican Then replace the value with the desired key manager class.