charm-glance-simplestreams-sync:stable/20.08

Last commit made on 2020-08-13
Get this branch:
git clone -b stable/20.08 https://git.launchpad.net/charm-glance-simplestreams-sync

Branch merges

Branch information

Name:
stable/20.08
Repository:
lp:charm-glance-simplestreams-sync

Recent commits

4be5a03... 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: Ia6a8cb5fb1a9928e5cf3995c86954b2be1cb36ea

3eb41b9... by Peter Matulis

Update README

Remove `use_swift` option explanation as this
option is now deprecated. Object storage is now
required.

Change-Id: I4316c68a083601e6745ad93c0feeeae2fde89b6f

c36228b... by Zuul <email address hidden>

Merge "Release sync for 20.08"

7c27ca3... 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
- Fix style error due to W503

Change-Id: I44e4f9d41433f23f71684e10e28fd5b01d8fa5f1

06cf842... by Zuul <email address hidden>

Merge "Ensure all config files written on config-changed"

d4af978... by Aurelien Lourot

Add Victoria test bundles

Change-Id: I820ccdda90e15b4dd8bcc711cdb8d72589c134c2

bfddde0... by James Page

Ensure all config files written on config-changed

Write all configuration files when charm configuration options
change to ensure that the ssl_ca is written into the identity.yaml
file.

This commit also drops some parts of the unit tests for hooks
which to be honest need reworking as they have a number of
boundary violations.

Change-Id: I5e84ebd23fd487f64b2902327ce3f33739ed9840
Closes-Bug: 1843484

25a0877... by James Page

Deprecate the use_swift option

The use_swift option was added to make testing of the charm more
lightweight in the charm test gates.

However tests have since been updated to make use of the Ceph
RADOS Gateway as this is aligned to the original intent of
the charm in production use cases.

Deprecate this configuration option and add a note that use_swift=False
was only ever for testing purposes and not for use in production
clouds.

This option will be removed in the 20.10 charm release.

Change-Id: I6d6b2327adf0a9a49954a4cf2fd1844fbb5901cb
Related-Bug: 1871175

d48c065... by Corey Bryant

Sync charm-helpers for Victoria/Groovy updates

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

Change-Id: I492e6d27b913921ad44985a87277b6cc66db6b3c

5766fcb... by Zuul <email address hidden>

Merge "Test using Ceph RADOS Gateway"