charm-aodh:stable/16.07

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

Branch merges

Branch information

Name:
stable/16.07
Repository:
lp:charm-aodh

Recent commits

47ea38f... 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.

af106e0... by Jenkins <email address hidden>

Merge "Render v3 compliant keystone config when needed" into stable/16.07

684d7ee... by Liam Young

Render v3 compliant keystone config when needed

The charm currently fails to connect to keystone because it lacks
domain information. This change switches the aodh.conf template to
use the template fragment for keystone_authtoken which supports v2.0
and v3.

Change-Id: I421aa17ce7d1f3c5a3634ecee2310a3d351f65dd
(cherry picked from commit 12a3be020492bea214e5055b3bd196da06387cee)

6002db1... by Liam Young

Configure SSL endpoint for charm

Configure SSL termination and advertise SSL endpoints if Keystone
sends the charm certs or the user specifies certs via config.

Change-Id: Ibc73724cb849d3eb05724b06ff3d3ea1124edafe
(cherry picked from commit 6107f45e7f24b1ae6f453c541ce7e1b51b2da2b9)

fb38b28... by David Ames

Updates for stable branch creation for 16.07

Set defaultbranch for git review/gerrit.
Switch amulet tests to stable.
Switch to using stable charm-helpers branch.

Change-Id: I2526f30401582067db8f0e41debaf51f35418db9

86a407b... by Liam Young

Add pkg dep for python-apt

The hacluster charm depends on python-apt but doesn't explicitly
install it. For other charms this has been working by accident as
they have had a dependancy on python-apt themselves in some way.
Fixing it in the hacluster charm is the correct approach but is
non-trivial so temporarily fix add it as a dep to this charm so it
is installed by the principle before hacluster is installed.

Related-Bug: #1606906

Change-Id: I07e575f7096aa528d85ac5f7f23318ceb44b66ac

bec6cd3... by Ryan Beisner

Add multi-series back into metadata.yaml

This is necessary because the aodh charm was previously
manually pushed into the charm store as a multi-series
charm.

Change-Id: I1e3d55f2f4bcd578e7f77c81fbbcecc4095c149c

381dfdc... by James Page

Update reference to charm-guide

The charm-guide documentation is now published on
docs.openstack.org; update links for new location.

(also add .gitreview for first gerrit based change).

(also add __init__.py files to ensure py27 tests pass).

(also drop series in metadata as CI is not ready yet).

(add workaround for tox pep8 virtualenv build failure on 14.04).

(add patching for new features in charms_openstack).

Change-Id: I5088d5a27ebf18cbfe1f12af5e727ab83db66fd2

bd4d63d... by James Page

Update for charms_openstack changes

608cde6... by James Page

Update README with bug url and stuff