eaa0869f9f
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 noble and oracular to charmhelpers - Set env var in tox.ini TEST_JUJU3=1 - Add charmbuild to .zuul.yaml Change-Id: I4cb7630a5dfe59949c75fe521bf576c294b4d06d
21 lines
523 B
YAML
21 lines
523 B
YAML
name: cinder-backup
|
|
summary: Cinder-backup integration for OpenStack Block Storage
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
description: |
|
|
Cinder is the block storage service for the Openstack project.
|
|
.
|
|
This subordinate charm configures the Cinder backup service.
|
|
tags:
|
|
- miscellaneous
|
|
subordinate: true
|
|
provides:
|
|
backup-backend:
|
|
interface: cinder-backup
|
|
scope: container
|
|
requires:
|
|
juju-info:
|
|
interface: juju-info
|
|
scope: container
|
|
ceph:
|
|
interface: ceph-client
|