charm-cinder:stable/20.10

Last commit made on 2020-11-02
Get this branch:
git clone -b stable/20.10 https://git.launchpad.net/charm-cinder

Branch merges

Branch information

Name:
stable/20.10
Repository:
lp:charm-cinder

Recent commits

fd9234c... by Aurelien Lourot

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: Ia9cd07f78ebaeaca261f5c5c3163270fbeae9163

cf09d59... by Chris MacNaughton

Batch update to land Ubuntu Groovy support into the charms

Cherry-Pick from https://github.com/juju/charm-helpers/commit/09752a15274b1bf0f42b422eb82fcf29fe4082c5

Change-Id: Ib4f8c9bead66a977880a448c440083d31c90de17

5a3bea3... by Alex Kavanagh

Sync libraries & common files prior to freeze

* charm-helpers sync for classic charms
* charms.ceph sync for ceph charms
* rebuild for reactive charms
* sync tox.ini files as needed
* sync requirements.txt files to sync to standard

Change-Id: I6027b4bb12dce36a7b10df2e14cafd5dc6ee963b

9337c9a... by Aurelien Lourot

Add focal-victoria to the test gate

Change-Id: I176e83f5f907938f0ef30ed51e954f9ad8d2f76c

12193d2... by Nobuto Murata

Allow specifying default_volume_type

It's useful when multiple storage backends to be connected to Cinder.
The corresponding volume type must be created after a deployment via API
to take effect, e.g., `openstack volume type create VOLUME_TYPE
--property volume_backend_name=BACKEND_NAME`

Please note that there is a regression in upstream as LP: #1879578, so
it doesn't work for Train or later releases until the issue gets fixed.

The other way to have the similar effect is to edit the definition of
__DEFAULT__ volume type via API (available for Train or later releases).
Howevers it's not as flexible as the option in cinder.conf since it
doesn't allow any modification unless all of the volumes with the
__DEFAULT__ type get deleted.

Change-Id: I031a6bf2a066bb9d3157e545bb9df782a76551f3
Closes-Bug: #1884548

1229920... 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

Change-Id: Ie522412cd7f3aebf52d32b6e4d76a15b221a7fef

a384db5... by Zuul <email address hidden>

Merge "Add Victoria test bundles"

b62b12b... by Aurelien Lourot

Add Victoria test bundles

Change-Id: I3aded8fbce45192a784bab657e465e1d699128be

68da263... by Corey Bryant

Sync charm-helpers for Victoria/Groovy updates

This sync picks up the release and version details for Victoria/Groovy.

Change-Id: Ia47eb3fb8b10cadf2c42ff166b81dfcd85eb41ee

40ec796... by Zuul <email address hidden>

Merge "CH Sync for rabbit relation bug fix"