charm-barbican:stable/20.08

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

Branch merges

Branch information

Name:
stable/20.08
Repository:
lp:charm-barbican

Recent commits

6baf25d... 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: Ic13221b5ac2a508b2b70b88367735345c8598029

22017a5... 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

Change-Id: If9861704a9cc5eacca1ba1042b124f6f5620b981

ae19d82... by Zuul <email address hidden>

Merge "Switch to using openstack-python3-charm-jobs"

044d8f5... by Corey Bryant

Add victoria package version

Change-Id: I4858414736c65e51d8f796bf0e101dc06f4d5cc5

3baea35... by James Page

Switch to using openstack-python3-charm-jobs

Change-Id: I69ffbb9274a352c784db634e40a936e7aca7b5f5
Depends-On: Ib9ed240aef6680be7c972088ca5337b5740b9c36

0ff4001... by Zuul <email address hidden>

Merge "Stop to use the __future__ module."

099e195... by Aurelien Lourot

Add Victoria test bundles

Change-Id: Ibb0bd976463c8c88eaf6f577af4399452ebe24a7

1999476... by Liam Young

CH Sync for rabbit relation bug fix

Charmhelper sync to pick up the fix to the AMQP context.

Also remove jinja2 from wheelhouse.txt as is a duplicate
and due to improvements in charm build it now causes the
build to fail.

Change-Id: I1c41ccedfbe453180b4c7835b47028ff7604711a
Closes-Bug: #1796886

7da1f26... 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: Iea37866cb1e319b443acf66e593d8f37bf692b50

254c790... 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: I51482cc30f21cb03710655f08b93171d6f3bf8d8