charm-cinder-backup-swift-proxy:stable/20.08

Last commit made on 2020-08-13
Get this branch:
git clone -b stable/20.08 https://git.launchpad.net/charm-cinder-backup-swift-proxy

Branch merges

Branch information

Name:
stable/20.08
Repository:
lp:charm-cinder-backup-swift-proxy

Recent commits

8166427... by Alex Kavanagh

Updates for stable branch creation

Set default branch for git review/gerrit.

Switch tests to stable.

Switch to using stable charm-helpers branch.

Switch to using stable charm.openstack branch.

Change-Id: I0409bb981c15952fa575dc06560dbb9c9dc2ce02

8ffd5a4... by Alex Kavanagh

Release sync for 20.08

- Classic charms: sync charm-helpers.
- Classic ceph based charms: also sync charms.ceph
- Reactive charms: trigger a rebuild
- sync tox.ini
- sync requirements.txt and test-requirements.txt
- Disable focal-ussuri-swift-v3 test due to os-brick bug and
  ceph-octopus

Related-Bug: #1890821

Change-Id: I63a7f44ff3d630e184ffb254202026d7c9c51347

44f6f91... by Zuul <email address hidden>

Merge "Remove inherited configuration options invalid for charm"

555c714... by Aurelien Lourot

Add Victoria charm bundles

Change-Id: Ie8ae0a0080456047027d5bb7ea2bd76328a0abd6

4755bf6... by Alex Kavanagh

Add focal and ussuri test bundles to the charm

Note: this will fail due to Bug: #1865754 which affects os-brick and
Ceph Octopus in focal. This can be landed or the focal-ussuri bundle
disabled to a dev bundle whilst waiting on the fix.

Change-Id: I45ef775ad177e52b2ac6eaccd196c9518d25c03c
Closes-Bug: #1879684
Related-Bug: #1865754

cfb172e... by Zuul <email address hidden>

Merge "Stop to use the __future__ module."

2304796... by Herve Beraud

Stop to use the __future__ module.

The __future__ module [1] was used in this context to ensure compatibility
between python 2 and python 3.

We previously dropped the support of python 2.7 [2] and now we only support
python 3 so we don't need to continue to use this module and the imports
listed below.

Imports commonly used and their related PEPs:
- `division` is related to PEP 238 [3]
- `print_function` is related to PEP 3105 [4]
- `unicode_literals` is related to PEP 3112 [5]
- `with_statement` is related to PEP 343 [6]
- `absolute_import` is related to PEP 328 [7]

[1] https://docs.python.org/3/library/__future__.html
[2] https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html
[3] https://www.python.org/dev/peps/pep-0238
[4] https://www.python.org/dev/peps/pep-3105
[5] https://www.python.org/dev/peps/pep-3112
[6] https://www.python.org/dev/peps/pep-0343
[7] https://www.python.org/dev/peps/pep-0328

Change-Id: Ia8c33b5717894af14253c2eea95d76daabafcbd6

cd5f429... by Alex Kavanagh

Updates for 20.08 cycle start for groovy and libs

- Adds groovy to the series in the metadata
- Classic charms: sync charm-helpers.
- Classic ceph based charms: also sync charms.ceph
- Reactive charms: trigger a rebuild

Change-Id: I10ef3fe5de5da61d17513fcee44f792e54604063

308f06c... by Ryan Beisner

Add focal series metadata

Change-Id: Iaca3d2ec434f7e0780440c124c6dcc829a030577

bdbaa53... by Frode Nordahl

Remove inherited configuration options invalid for charm

Change-Id: I7fbc6b07d1e6fe93b67cafcba0ad0055d161dcd2
Closes-Bug: #1879088