* add working v2 test back

* rename charm

* fix
This commit is contained in:
Andrew McLeod 2019-11-26 17:06:23 +01:00 committed by Frode Nordahl
parent 9efb6d0538
commit 15dd3581a4
8 changed files with 14 additions and 14 deletions

View File

@ -13,11 +13,11 @@ In order to use it external swift URL is needed along with authentication detail
To use:
juju deploy cinder
juju deploy cinder-backup-swift
juju add-relation cinder-backup-swift cinder
juju deploy cinder-backup-swift-proxy
juju add-relation cinder-backup-swift-proxy cinder
# Bugs
Please report bugs on [Launchpad](https://bugs.launchpad.net/charm-cinder-backup-swift/+filebug).
Please report bugs on [Launchpad](https://bugs.launchpad.net/charm-cinder-backup-swift-proxy/+filebug).
For general questions please refer to the OpenStack [Charm Guide](https://github.com/openstack/charm-guide).

View File

@ -1,7 +1,7 @@
includes:
- 'layer:openstack'
- 'interface:cinder-backup'
repo: https://github.com/openstack/charm-cinder-backup-swift
repo: https://github.com/openstack/charm-cinder-backup-swift-proxy
options:
basic:
use_venv: true

View File

@ -13,7 +13,7 @@ from charms_openstack.charm import OpenStackCharm
class CinderBackupSwiftCharm(OpenStackCharm):
name = 'cinder-backup-swift'
name = 'cinder-backup-swift-proxy'
packages = ['cinder-backup']
release = 'queens'

View File

@ -1,4 +1,4 @@
name: cinder-backup-swift
name: cinder-backup-swift-proxy
summary: Cinder-backup integration for OpenStack Block Storage
maintainer: Alex Litvinov <alexander.litvinov@canonical.com>
description: |

View File

@ -3,7 +3,7 @@ import charms.reactive as reactive
import charms_openstack
# This charm's library contains all of the handler code associated with
# cinder-backup-swift -- we need to import it to get the definitions
# cinder-backup-swift-proxy -- we need to import it to get the definitions
# for the charm.
import charm.openstack.cinder_backup_swift # noqa
import charms.reactive.flags as flags

View File

@ -33,7 +33,7 @@ relations:
- - cinder-ceph:storage-backend
- cinder:storage-backend
- - cinder
- cinder-backup-swift
- cinder-backup-swift-proxy
- - ceph-mon:client
- nova-compute:ceph
- - nova-compute:ceph-access
@ -79,9 +79,9 @@ applications:
series: bionic
charm: cs:cinder-ceph
num_units: 0
cinder-backup-swift:
cinder-backup-swift-proxy:
series: bionic
charm: cinder-backup-swift
charm: cinder-backup-swift-proxy
num_units: 0
options:
auth-version: 3

View File

@ -33,7 +33,7 @@ relations:
- - cinder-ceph:storage-backend
- cinder:storage-backend
- - cinder
- cinder-backup-swift
- cinder-backup-swift-proxy
- - ceph-mon:client
- nova-compute:ceph
- - nova-compute:ceph-access
@ -79,9 +79,9 @@ applications:
series: bionic
charm: cs:cinder-ceph
num_units: 0
cinder-backup-swift:
cinder-backup-swift-proxy:
series: bionic
charm: cinder-backup-swift
charm: cinder-backup-swift-proxy
num_units: 0
options:
auth-version: 3

View File

@ -1,4 +1,4 @@
charm_name: cinder-backup-swift
charm_name: cinder-backup-swift-proxy
gate_bundles:
- bionic-queens-swift-v3
- bionic-queens-swift-v2