charm-barbican:stable/18.02

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

Branch merges

Branch information

Name:
stable/18.02
Repository:
lp:charm-barbican

Recent commits

621776a... 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.

db3fbbd... 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: I9320820838085b34e3958eca262c5281157a3c93
(cherry picked from commit 95d76dffc5e7040bd32aaa3215f04f8f5f678c3b)

b6e2013... by David Ames

Updates for stable branch 18.02 creation

Set default branch for git review/gerrit.

Switch amulet tests to stable.

Switch to using stable charm-helpers branch.

Change-Id: I67c758a2a5ee960997b09bf5ee0cc6c02cf6c3a4

9221b00... by David Ames

Rebuild to pull in charms.openstack

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

Change-Id: I6399716022da7550bde3a78197e09149b80b36ba
Closes-Bug: #1750915

48a0b3f... by Ryan Beisner

Rebuild for sync charm-helpers

Change-Id: Ia0ce654bcd1692edbf9fa257ab794ebc50791b68

cade57d... by David Ames

Rebuild for sync charm-helpers

Change-Id: I0664f0f6929341eadd7753fa0b05c9c6d9b7c362

9f33637... by Seyeong Kim

Support http_proxy_to_wsgi for mitaka and above

Add http_proxy_to_wsgi to template file and related variables
for mitaka and above
Please refer to
https://git.openstack.org/cgit/openstack/barbican/commit/?id=c7e824e0e735aede029cd82f1b3a31009ac69fba

Change-Id: I224b949b34379e3dab84839bfc12f632ef2f4a1e
Related-bug: #1590608

db460e7... by David Ames

Update HAProxy default timeout values

The default HAProxy timeout values are fairly strict. On a busy cloud
it is common to exceed one or more of these timeouts. The only
indication that HAProxy has exceeded a timeout and dropped the
connection is errors such as "BadStatusLine" or "EOF." These can be
very difficult to diagnose when intermittent.

This source charm rebuild pulls in the changes to update the default
timeout values to more real world settings. These values have been
extensively tested in ServerStack. Configured values will not be
overridden.

Partial Bug: #1736171

Change-Id: Id94f7b3e519f693df436ccc2b57f4e5e10b3c35e

4439c8b... by Ryan Beisner

Add Bionic and remove Zesty series and tests

Bionic, being the next LTS, is important to enable for dev
and test as early as possible ahead of 18.02.

Zesty goes EOL in Jan 2018. The next stable charms release (18.02)
will not provide Zesty series support, as it was an interim
(non-LTS) release.

Change-Id: I8af544ed80ff709c3f8293a7daa0836a84e4a74a

02c6d5f... by Alex Kavanagh

Ensure that venv is used

This is to ensure that the charm doesn't trample on system packages
for the things that it needs to install.
Particularly, the problem is with subordinates.

Also a fix for new E722 pep8 standard set.

Change-Id: I72e25c518298d7ac56fc3401118a0c2951ef069c