charm-heat:stable/18.05

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

Branch merges

Branch information

Name:
stable/18.05
Repository:
lp:charm-heat

Recent commits

62c21aa... 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.

081bf62... by Liam Young

Enable proxy header parsing

Ensure that oslo.middleware parses any proxy information
forwarded from haproxy/apache with regards to protocol;
this ensures that https connections are correctly detected.

Includes charm helper sync to bring in oslo middleware
template.

Change-Id: Icf13afd3a669d08a3254a362373ea7eeeb0d41f9
Closes-Bug: 1758675
(cherry picked from commit 432b83ae5dd461da542642043fa56a0c0261bad1)

bc24d9b... 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: Ibeceaf4d88c96ba6cda073a62cc19512e87a8c58

8046197... by Zuul <email address hidden>

Merge "Always use publicURL for heat client"

4d95836... by Liam Young

Add support for tls-certificates relation

Add support for the charm to request and receive certificates from
the tls-certificates relation.

Change-Id: I6222e5eb9c8a0a5f079ecc2e5e5c97abc1c39515

14a2995... by Edward Hope-Morley

Always use publicURL for heat client

We use the global client config for endpoint_type
which means that all clients will inherit this setting
but heat client must remain using the publicURL since
that is used for heat stack output.

Change-Id: Ibb6395e1a65cdb5e09f6a02ae03ee529da0c8d0e
Closes-Bug: #1770144

b243b71... by Zuul <email address hidden>

Merge "Enable Bionic as a gate test"

1716f08... by Ryan Beisner

Remove deprecated functional test targets

Change-Id: I74c2ff369e6c3f8b5d34c9a602b4bc3328ea3e4a

7f55ac4... by David Ames

Enable Bionic as a gate test

Change bionic test from dev to gate for 18.05.

Change-Id: Ifecb6855712b705cd70d848a5df7f265ead587af

5f8d331... by David Ames

Charm-helpers sync to fix CA cert comparison

The comparison of bytes vs string of the CA certificate produces a
false negative. This leads to rewriting certificates and affecting
connectivity to services.

Read in the certificate as bytes as well for a bytes vs bytes
comparison.

Change-Id: I1271ff7dc7fd2ebc0327801cd97d62971ff82e94
Closes-Bug: #1762431