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:
parent
42b9ced7f3
commit
10ce2f862b
@ -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" %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user