charm-keystone-ldap:stable/20.10

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

Branch merges

Branch information

Name:
stable/20.10
Repository:
lp:charm-keystone-ldap

Recent commits

f230959... 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: I4dd72ab7e8ca426c17d6de1f167b7b9861d56f40

7211b73... by Alex Kavanagh

Rebuild reactive charms to pick up latest charm-helpers release.

v0.20.18 has been released and needs incorporating into the reactive charms.

Change-Id: I1fae329f44078301db65fba876ccd4fa0b3f0f6d

174687b... 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: I4414348e78930fa9562c6adab058ada8ae57a958

b7ebc27... by Aurelien Lourot

Add focal-victoria to the test gate

Also reduce chances of spurious mysql-innodb-cluster "super-read-only"
failures.

Change-Id: I76557e04130c8394d282b730d3823902a288e77b
Partial-Bug: #1882205

6ac9ddf... 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: Icce2e9b80970bd8987bec1c0f68efd3ed22599bd

8b85c27... by Zuul <email address hidden>

Merge "Remove inherited configuration options invalid for charm"

ba2f2c2... by Aurelien Lourot

Add Victoria test bundles

Change-Id: Ia20a78726f7eb72e5d060bb9d88607cd3292dc5a

17e8df1... by Zuul <email address hidden>

Merge "Stop to use the __future__ module."

b61abe5... 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: I93c0482b258fb379ce144363e8ebe7fc816ddd2b

5fedd19... 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: Ibc2219bbad770cc66f052786b75d32dc53dadc11