charm-pacemaker-remote:stable/20.10

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

Branch merges

Branch information

Name:
stable/20.10
Repository:
lp:charm-pacemaker-remote

Recent commits

314df61... 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: I07eaac85dcda574e3e66cc6fde03e7b9f77bf1c3

48688db... 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: I6daccef51bbe239096baefaba8deda36fbdcfa9c

54c138e... 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: I3dc93f0f437259e0e1fecaecc2a7ff662f585f97

4a3cc8c... 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: I92d284b9307e68e9f1d81abdc4809213a46d89a8

93fb74b... by Aurelien Lourot

Add Groovy test bundle

Change-Id: I93210fe0a7c6cf9d23feabebfd77f5c32804c1ed

d5d6be9... by Zuul <email address hidden>

Merge "Stop to use the __future__ module."

73f5e14... 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: I6ce3f5de7a85a8724a25ee3a7ebe60d8ec2d27e6

8fc2912... 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: I04292a8895065d3e5d87d5346aa4bd710607790d

dddcba2... by Zuul <email address hidden>

Merge "Update README for supported status"

c27cfee... by Peter Matulis

Update README for supported status

Change-Id: Ib51a9c8a3a920b628b3b83a248c1a2d1359dc01c