Enable the image signature verification feature

The rationale behind this change is to allow the use of the glance image
signature verification feature.
In order to do so, it is necessary to:
* Add the [barbican] section to `/etc/glance/glance-api.conf` with
keystone endpoint

Change-Id: I1ec0864b0a4ad6381532032830ac4948b74f7771
Closes-Bug: 1811067
This commit is contained in:
Nicolas Pochet 2019-01-11 15:44:44 +01:00
parent 42b9ced7f3
commit 10ce2f862b
No known key found for this signature in database
GPG Key ID: 9F974591C74635C7
1 changed files with 3 additions and 0 deletions

View File

@ -83,6 +83,9 @@ container_formats = {{ container_formats }}
flavor = keystone
{% endif %}
[barbican]
auth_endpoint = {{ service_protocol }}://{{ service_host }}:{{ service_port }}/v3
{% include "parts/section-database" %}
{% include "section-rabbitmq-oslo" %}