charm-keystone:stable/19.07

Last commit made on 2019-08-12
Get this branch:
git clone -b stable/19.07 https://git.launchpad.net/charm-keystone

Branch merges

Branch information

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

Recent commits

6a507fc... 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: I41e7aaa6ee15d8bd0bfa133dd950411a214eb266

21d212c... by Alex Kavanagh

Ensure that keystone service is paused if needed on series upgrade

During series upgrade, the keystone packages get re-installed as the
underlying Linux has been upgraded and new package sets are updated and
then pulled in. For trusty->xenial this means that keystone.service
gets enabled which then breaks haproxy. On install, on xenial+, the
keystone.service is disabled in the install hook. This just replicates
this in the series-upgrade hook.

Change-Id: Ic5ed6cf354d5545b9e554e205a048955a381e0f5
Closed-Bug: #1839021

3d05252... by Frode Nordahl

Update functional test definitions

Change-Id: If79038bb9b4e8de9bf073fb061568bc07cfa4082

35b4fc4... by Chris MacNaughton

Sync charm-helpers

Change-Id: Iad76ecbb4850941bc9b184f4d0327f1a18b3770a

1525043... by James Page

Ensure federated identity backend are TLS aware

When the certificates endpoint has completed TLS configuration
via Vault, ensure that any federated identity backends are
updated for the switch to TLS, other the generated SP data
incorrectly used http:// instead of https://

Closes-Bug: 1834442

Change-Id: Ie160095789f5c34bc3509ffce4a7c5c0ec430632

da6f616... by Dan Ackerson

trivial comma

Change-Id: I19a0e239f1857bc713df95c3070f06e71e31f6a7

c765303... by Chris MacNaughton

Retarget Zaza to master now that split has landed

This change is required as Zaza underwent a split of the openstack
tests from the Zaza project, so we had to track the working branch
until that change landed. As it has landed, it is now time to use
Zaza from master again

Change-Id: I74a7ba7bb75312d2c55eea0434bd7f68007972c4

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

275029d... by Zuul <email address hidden>

Merge "Migrate to split zaza - zaza.openstack"

1f5a09b... by Liam Young

Check Apache ssl dir when determining restart map

If the certificates that Apache is using change then Apache needs to
be restarted. This change adds the SSL directory to the restart map
to ensure any certificate changes trigger a restart.

Change-Id: I1fd46865350e6a9cb35f4209fcf8dd201e6f1441
Closes-Bug: 1828530