# charm-interface-cinder-backup **Repository Path**: mirrors_openstack/charm-interface-cinder-backup ## Basic Information - **Project Name**: charm-interface-cinder-backup - **Description**: Charm Interface - Cinder Backup. Mirror of code maintained at opendev.org. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Overview Basic interface for sending Cinder-Backup external subordinate backend configuration. # Metadata To consume this interface in your charm or layer, add the following to layer.yaml: ``` includes: ['interface:cinder-backup'] ``` and add a provides interface of type backup-backend to your charm or layers metadata.yaml: ``` provides: backup-backend: interface: cinder-backup scope: container ``` # Bugs Please report bugs on [Launchpad](https://bugs.launchpad.net/openstack-charms/+filebug). For development questions please refer to the OpenStack [Charm Guide](https://github.com/openstack/charm-guide).