charm-keystone:stable/19.04

Last commit made on 2019-05-31
Get this branch:
git clone -b stable/19.04 https://git.launchpad.net/charm-keystone

Branch merges

Branch information

Name:
stable/19.04
Repository:
lp:charm-keystone

Recent commits

75591b7... by Zuul <email address hidden>

Merge "Backport Zaza reconfiguration" into stable/19.04

84dac3c... by David Ames

Use AuthMethod context

Rather than use hard coded auth methods, use the protocal named passed
over the keystone-fid-service-provider relation.

Also, when using federation do not allow the "external" method as they
are mutually exclusive.

Change-Id: I08f0632630d7f0e8d2d7ddb057e02f9febf9ad6f
Closes-Bug: #1828015
Closes-Bug: #1828018
(cherry picked from commit a103c15e40612b4c2c801543896bda4bbd5396f0)

1710a7e... by Chris MacNaughton

Backport Zaza reconfiguration

By splitting up Zaza from the openstack-charms specific tests,
we can more easily guarantee test stability, while not harming
out ability to improve on the testing library during a cycle.

This change backports the zaza namespace change landing, and
adds a stable branch of the zaza-openstack-charms project to
the test-dependencies.

Change-Id: I6916f6cbc96facb5d8277351c456a28c4c2d517e

bf30477... by Zuul <email address hidden>

Merge "Migrate Zaza tests to independant OpenStack Charms specific library" into stable/19.04

8ebe36d... by Dmitrii Shcherbakov

Enable application_credential auth plugin

Enables a client to use application credentials for authentication.

Change-Id: If6ff4bcabec2f976b79d87d57f4a763e8828c302
Closes-Bug: #1827058
(cherry picked from commit e580d1acf3486b00b7fc54ded37a0548cb441c1d)

d30f491... by Chris MacNaughton

Migrate Zaza tests to independant OpenStack Charms specific library

Change-Id: I19c98b17087b6d1ff86aa749654a13a14e61c951
(cherry picked from commit 665ef98ba92cbe1e1900f9394706044be5b62076)

59824b6... by OpenDev Sysadmins <email address hidden>

OpenDev Migration Patch

This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.

09fbd08... by David Ames

Updates for stable branch creation

Set default branch for git review/gerrit.

Switch amulet tests to stable.

Switch to using stable charm-helpers branch.

Change-Id: I8a8076d89438c31a98f00d18869afbfae88846cc

2c51fc4... by Zuul <email address hidden>

Merge "Ensure that the manager.py re-connects if it gets a 500 error"

023dd35... by Alex Kavanagh

Ensure that the manager.py re-connects if it gets a 500 error

This patch works around a bug during upgrades where (it is believed)
that the manager.py script can hold a 'stale' connection to the apache2
hosted keystone, which then returns a 500 HTTP error when next used.

Change-Id: Id9c9b967742467f30270f52c2a8b6634f6480324
Related-Bug: #1823743