charm-keystone-saml-mellon: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-saml-mellon

Branch merges

Branch information

Name:
stable/20.08
Repository:
lp:charm-keystone-saml-mellon

Recent commits

41f046f... 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: I9bf2e066a5b4490798ebedc425809be3194dfeb5

b6453e3... 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: I52455cf6a97b72329b060da281b7e12ded9cc8fc

5724eb8... 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

func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/378
Change-Id: Ib075ccc228f9ac82ecc0c06c637b846dd6cc5187

979f296... by David Ames

Remove duplicate dependency: Jinja2

Closes-Bug: #1885935
Change-Id: I9911a3a43956f49d8fad76aa872cd96ce809aae4

5cf9407... 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: I7a471711b984cdc8e5cb74ebcf74420fa73202a7

548e46c... by Dmitrii Shcherbakov

Fix the smoke test bundle

* remove resources from the smoke test bundle
  * attach_saml_resources step in Zaza does it https://git.io/JfKTp
* use the same set of applications in the smoke bundle so that configure
  steps and func tests pass.

Change-Id: Ic5c7bbb479197b7bc7161c2cd6090984901fa2b6
Closes-Bug: #1881267

38a3f94... by Zuul <email address hidden>

Merge "Add focal-ussuri-ha bundle"

91573f7... by Alex Kavanagh

Add focal-ussuri-ha bundle

This patch adds a focal-ussuri bundle to the tests for the charm.
It also cleans up the tests.yaml and stops it doing the same test twice
for gate.

Change-Id: I290c089c9a20a946ec8da240e9c83d16a2cbbb03

1501869... by Ryan Beisner

Add focal series metadata

Change-Id: I81d5fba0dc7975f66713d0c0330fe3e16c420084

3bab1d7... by Claudio Pisa

Enhance README.md

Fix code blocks indentation and add syntax highlighting

Change-Id: Ib6a0672ad961e567bf586e7569f64b8b37533845