charm-keystone-ldap:stable/20.08

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

Branch merges

Branch information

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

Recent commits

a32810e... 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: I25d0b1a44ac58333be3e8b09fcf182bff876fe5e

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

3f72380... by Frode Nordahl

Remove inherited configuration options invalid for charm

Change-Id: I01cd3a3f53b09edb46398c7652ba19a6b1df4623
Closes-Bug: #1879088

c04789b... by Alex Kavanagh

Rebuild for sync charm-helpers for 20.05 release

Change-Id: Id995e811d27348a13d1d742084dedf0c1dabadad

30f7404... by Alex Kavanagh

Add focal-ussuri and bionic-ussuri bundle

This patch adds a focal-ussuri and bionic-ussuri bundles to the tests
for the charm.

Change-Id: Iae4483145d6b38c7cad4f4af1b56f2d9e79d00f9