Juju Charm - Cinder backup swift proxy
Go to file
Zuul 44f6f91967 Merge "Remove inherited configuration options invalid for charm" 2020-07-20 14:56:39 +00:00
src Merge "Remove inherited configuration options invalid for charm" 2020-07-20 14:56:39 +00:00
unit_tests Stop to use the __future__ module. 2020-06-02 20:13:04 +02:00
.gitignore Update tox and fix broken url 2020-01-17 17:27:16 +01:00
.gitreview Update gitreview host name 2020-02-18 11:00:07 -06:00
.stestr.conf Replace ostestr with stestr 2019-06-21 16:33:10 +03:00
.travis.yml Adding travis.yml 2019-06-22 15:55:18 +03:00
.zuul.yaml Update tox and fix broken url 2020-01-17 17:27:16 +01:00
README.md Rename (#12) 2019-11-26 17:06:23 +01:00
rebuild Updates for 20.08 cycle start for groovy and libs 2020-06-02 14:29:31 +01:00
requirements.txt Update charm build requirements 2020-03-03 09:54:07 +01:00
test-requirements.txt fix tox pep8 issues (#9) 2019-11-12 06:55:13 +01:00
tox.ini Update tox and fix broken url 2020-01-17 17:27:16 +01:00

README.md

Cinder Backup to external Swift

Overview

Support for backing up volumes to external swift. Cinder-backup service configuration is propagated to the cinder charm.

In order to use it external swift URL is needed along with authentication details.

To use:

juju deploy cinder
juju deploy cinder-backup-swift-proxy
juju add-relation cinder-backup-swift-proxy cinder

Bugs

Please report bugs on Launchpad. For general questions please refer to the OpenStack Charm Guide.