Files
Trent Lloyd c9db7fe9a9 Make the GPG validation keyring configurable
Add a new configuration option custom_keyring which allows the user to
provide a custom GPG keyring for validating the simplestreams source,
instead of the default /usr/share/keyrings/ubuntu-cloudimage-keyring.gpg

Change-Id: Ib564a6e259274a076675687a03c0c2030d35e221
2024-10-04 08:20:04 +00:00

20 lines
663 B
YAML

mirror_list: {{ mirror_list }}
user_agent: {{ user_agent }}
modify_hook_scripts: {{ modify_hook_scripts }}
name_prefix: {{ name_prefix }}
visibility: {{ visibility }}
use_swift: {{ use_swift }}
ignore_proxy_for_object_store: {{ ignore_proxy_for_object_store }}
region: {{ region }}
cloud_name: {{ cloud_name }}
content_id_template: {{ content_id_template }}
hypervisor_mapping: {{ hypervisor_mapping }}
image_import_conversion: {{ image_import_conversion }}
{% if custom_properties %}
custom_properties: {{ custom_properties }}
{% endif -%}
{% if set_latest_property %}
set_latest_property: {{ set_latest_property }}
{% endif -%}
keyring_path: {{ keyring_path }}