1fc8bd4ea8
Summary of changes: - Update the charmcraft.yaml file to use base and platforms, only allowing noble support. - Update config to default to caracal. - Update osci.yaml to use the charmcraft 3.x/beta - Drop non-noble tests - Update constraints file from -2024.1.txt to -noble.txt - Add charmbuild to .zuul.yaml Change-Id: Iec7c08d7cad826276020e300b0335eaa46dc1fc8
18 lines
410 B
YAML
18 lines
410 B
YAML
name: barbican-vault
|
|
summary: Vault backend for OpenStack Barbican
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
description: Vault backend for OpenStack Barbican
|
|
tags:
|
|
- openstack
|
|
subordinate: true
|
|
provides:
|
|
secrets:
|
|
interface: barbican-secrets
|
|
scope: container
|
|
requires:
|
|
juju-info:
|
|
interface: juju-info
|
|
scope: container
|
|
secrets-storage:
|
|
interface: vault-kv
|