charm-keystone-ldap:stable/18.05

Last commit made on 2019-04-19
Get this branch:
git clone -b stable/18.05 https://git.launchpad.net/charm-keystone-ldap

Branch merges

Branch information

Name:
stable/18.05
Repository:
lp:charm-keystone-ldap

Recent commits

6a67a93... 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.

1c97442... 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: Ie85240c14f89a644009b5e91a64a381a36bf6353

bf30000... by David Ames

Enable Bionic as a gate test

Change bionic test from dev to gate for 18.05.

Please merge charm-helpers first.
https://github.com/juju/charm-helpers/pull/176

Change-Id: I4fb78042d7400a80dc5eda9a7b95d17392d32cc3

498f4a3... by Ryan Beisner

Remove deprecated functional test targets

Change-Id: I4b60404a83d992d8cd63b7010ada46b0a8cd12b3

756c209... by Ryan Beisner

Update tox.ini to stop using unverified package

As of pip 10.0, --allow-unverified is not permitted.

Use of the flag in this repo was previously used to force
installation of python-apt to accommodate certain unit tests.

The unverified package, python-apt, is no longer necessary
for test execution.

Related-Bug: #1760720

Change-Id: Idcac07abc77f0c39b9b14d2ede63ba5121b88c19

c9e7a82... by Zuul <email address hidden>

Merge "Enable xenial-queens amulet test"

94ae0f0... by David Ames

Rebuild to pull in charms.openstack

Pull in the fix for internal, public and admin certificates in
charms.openstack.

Change-Id: I415f87d8efd0cca5eb4b8821527b78dbac29924c
Closes-Bug: #1750915

bbabdad... by David Ames

Enable xenial-queens amulet test

Change-Id: I70e7dd84fc90f9cc0d063559736a53b113078718

6f9c27e... by Ryan Beisner

Rebuild for sync charm-helpers

Change-Id: Idfa3c9d2f955aa89b66dc199c6ba39de283c043f

5d64439... by Dmitrii Shcherbakov

add support for ldaps and starttls via config opts

* Both ldaps and ldap + StartTLS require a CA certificate configuration
option;
* use_tls option should only be used for StartTLS and will result in an
error if used with a URL that starts with ldaps;
* if a certificate is specified then LDAP backend server's certificate
validation is considered mandatory ("demand" option).

Depends-On: Ied4b6ed64354e3de3c78e6ac809666ee9ae29d1a
Change-Id: I659683ffec91560ebbd77969840c27e3d7048689
Closes-Bug: #1728155