charm-keystone:stable/19.10

Last commit made on 2019-10-24
Get this branch:
git clone -b stable/19.10 https://git.launchpad.net/charm-keystone

Branch merges

Branch information

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

Recent commits

c253240... 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: I79d7f690de2ccb86cdefd8e7787e67e700acef19

af06e0d... by Sahid Orentino

Enable functional tests for train

This patch also updates the smoke test to run train.

Change-Id: I8cbc3d890e1fbeb05e2eef0354cdb60d849f20b4
Signed-off-by: Sahid Orentino Ferdjaoui <email address hidden>

186769c... by Alex Kavanagh

Policyd override implementation

This patchset implements policy overrides for keystone. It uses the
code in charmhelpers.

Closed-Bug: #1741723
Change-Id: I187f4493392178d87ef7dbd67de841bbeae0c65d

965aa32... by Ryan Beisner

Sync charm/ceph helpers, tox, and requirements

Change-Id: I6216604292a41c0a65509716d5ead0bb022247d2

d52e1b4... by Eduardo Sousa

Replacing direct import for OAuth plugin

The direct import of the auth plugin
'keystone.auth.plugins.oauth1.OAuth' is deprecated since
Liberty.

The entrypoint should only be defined in case there is a
need to override the default implementation with a custom
class.

A closer inspection to the code confirms that:
https://opendev.org/openstack/keystone/src/commit/70c9dd825691ce23e644169d5f30045cb21fe442/keystone/conf/auth.py#L63

Closes-Bug: #1837109

Change-Id: Icbad28cdefbccb6e6499ad4e19ad0d6bfaeff677

7d24238... by Eduardo Sousa

Replacing direct import for token plugin

The direct import of the auth plugin
'keystone.auth.plugins.token.Token' is deprecated since
Liberty.

The entrypoint should only be defined in case there is a
need to override the default implementation with a custom
class.

A closer inspection to the code confirms that:
https://opendev.org/openstack/keystone/src/commit/70c9dd825691ce23e644169d5f30045cb21fe442/keystone/conf/auth.py#L38

Closes-Bug: #1837110

Change-Id: I80e584de7d5bf46c5621e357333853975cfebade

631749e... by Eduardo Sousa

Removing deprecated 'driver' option

Removing deprecated 'driver' option from 'token'
group in Queens.

Note: it was getting stuck during pause_resume test. Problem is fixed.

The value was deprecated in Pike:
https://opendev.org/openstack/keystone/src/commit/05c535c0bc1dbabd651f8369c9e2a09365b9a248/keystone/conf/token.py#L76

Closes-Bug: #1837108

Change-Id: I97c1bdc8f96b6320a52fdc2b329d2e8905f5be0e

53e88c7... by Jose Delarosa

Modified verbiage about how tokens are generated using Fernet keys

Change-Id: I4abb94d40978e350c5de2500ea359ac9042ef007

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

Merge "Remove subdirectories when deleting unused key"

1362b99... by Seyeong Kim

Remove subdirectories when deleting unused key

Change os.remove to shutil.rmtree to delete unused key directory
even it has subdirectories somehow

Change-Id: I4743b2e9650721966df40a7dd542f85833c4f4c6
Closes-Bug: #1840756