charm-manila:stable/20.08

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

Branch merges

Branch information

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

Recent commits

1de42c9... 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: I59fbd976c91e62612904b4ac2220a89e3d4dd2b7

6b294e6... 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: Ibc2632c8371eb82b43278d8477fc29c8850211ce

6037680... by Corey Bryant

Add ussuri and victoria package versions

Change-Id: I1885afdf762a71f23ce8301f2ee8ff0b799c003e

9f8d07e... by Zuul <email address hidden>

Merge "Add Victoria charm bundles"

339c837... by Zuul <email address hidden>

Merge "Stop to use the __future__ module."

94684e5... by Aurelien Lourot

Add Victoria charm bundles

Change-Id: Ic3314606d1a64b03983dee214b06233500c89b6e

f7140f9... 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

Func-Test-PR: https://github.com/openstack-charmers/zaza-openstack-tests/pull/355
Change-Id: Ia2fbdac07df0a430741be69d02942c899bb89e45

f189d90... by Frode Nordahl

Rebuild to fix service start while paused

Change-Id: I59a414d73767ad2092ebfd31f49538d4f9584c43
Closes-Bug: #1885121

9015785... 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: Ia065d209d91046d67081ec528b275db9d0ece592

209f3d6... by Zuul <email address hidden>

Merge "Rebuild for sync charm-helpers for 20.05 release"