charm-aodh:stable/20.08

Last commit made on 2020-07-27
Get this branch:
git clone -b stable/20.08 https://git.launchpad.net/charm-aodh

Branch merges

Branch information

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

Recent commits

a39f473... 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: Ib02fc1203d1e20f4cdc21a3a5e0bbdb7b590b182

95a5896... by Corey Bryant

Add victoria package version

Change-Id: I759c391307a88e6c9a8a19c6dce1cad7c01029b9

22ec72f... by Zuul <email address hidden>

Merge "Add Victoria test bundles"

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

Merge "Stop to use the __future__ module."

f56044e... by Aurelien Lourot

Add Victoria test bundles

Change-Id: I05c71f798a61e09d8b5b4f0627cb643d700920d4

37c8875... 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: Ic4a2b248bae35854c4d96ed56ffde863d40d2ac4

2e500d3... by Arif Ali

Policyd override implementation

This patchset implements policy overrides for aodh. Updates
xenial-ocata and trusty-mitaka functional tests

Change-Id: Ic2477ed4ccc05c5bef384c4d9dc9a1776de9f6f6
Closed-Bug: #1741723

b0a9278... 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: Ia0765474af60d35e1feb6999459b4e624fa02b9f

994c58d... by Alex Kavanagh

Rebuild for sync charm-helpers for 20.05 release

Change-Id: I5918d3c7a3571c4e8ca3997f098661d8f54e4811

d1813aa... by David Ames

Rebuild reactive APIs for layer-basic regression

Fix regression in layer-basic which failed to unpack new dependencies
properly during the upgrade-charm hook.

Github Issue: #166
Closes Bug: #1875496

Change-Id: I50b3f65288f089633d83c424a71dc79017513c91