Image signature documentation modify key manager api class

Added documentation to doc/source/signature.rst describing
how to change which key manager Glance will use to sign and
verify images.

Removed generated sample conf files.

DocImpact

Change-Id: I384d07a7aa5606a97d41ea76c9ab6d6c7ca86811
This commit is contained in:
Darren White 2016-09-26 09:43:27 +01:00
parent 922a2d72ce
commit 90f4c1d467
1 changed files with 12 additions and 0 deletions

View File

@ -50,6 +50,18 @@ In glance-api.conf find the following lines::
Then replace http://localhost:5000/v3 with the url of keystone, also adding /v3
to the end of it. For example, 'https://192.168.245.9:5000/v3'.
Another option in etc/glance-api.conf which can be configured is which key manager
to use. By default Glance will use the default key manager defined by the Castellan
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
Then replace the value with the desired key manager class.
.. note:: If those lines do not exist then simply add them to the end of the file.
Using the Signature Verification