charm-gnocchi:stable/18.05

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

Branch merges

Branch information

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

Recent commits

634ddae... 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.

7f870c1... by James Page

Render api-paste.ini from charm

Due to misc bugs in the way older versions of the gnocchi packages
installed the api-paste.ini, this file is not treated as a dpkg
configuration file, and as a result @ Queens, the file from the
package is not installed over any previous version.

Include api-paste.ini as part of the charm to ensure that a good
paste configuration is installed for all Gnocchi releases.

Change-Id: I1362a64368f0df8e07c7d29d5b504edaf96a70de
Closes-Bug: 1781468
(cherry picked from commit 60678f23b107d346f2de5acdded2ea48c624cd94)

83fd160... by James Page

Update WSGI process group

Ensure WSGI processes run under the 'gnocchi' group to
support restriction in permissions to /etc/gnocchi/* to
root or members of the gnocchi group.

This change also picks up changes in charms.openstack
to support this functionality, as well as fixing
misc issues with upgrades.

Change-Id: I14d865cd96b7c250ad92c8bdee74693a6eccc769
Closes-Bug: 1780490
Closes-Bug: 1779062
Related-Bug: 1781468
(cherry picked from commit bc1745115b6a9c7837075a4353d60a1e5a1e2ca9)

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

Change-Id: I2f8082c5a4b2e621a275d02db9123396d6de3971
Depends-On: https://review.openstack.org/578645
Closes-Bug: 1758675
(cherry picked from commit 2829a5c2a197bca45b4c998baa85510134d39e69)

40c650e... 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: I966edcab76f02d60cd6d6d4011f37c9705e5bdcd

d15fcd3... by Chris MacNaughton

Update tests to use Juju storage

Due to changes to the ceph-osd charm, it is
suggested to use Juju storage for testing.

Change-Id: If09343a31400e0a12bdcd9cbf9db55e7f6dc3160
Related-Bug: #1698154

436a124... by Zuul <email address hidden>

Merge "Enable Bionic as a gate test"

0a2315c... by David Ames

Enable Bionic as a gate test

Change bionic test from dev to gate for 18.05.

Change-Id: Ib4cf1f94b3ba86380f79b5254e21de46f23d3c98

094378d... by Liam Young

Rebuild to pull in support for tls-certificates

Support for tls-certificates has been added to the openstack-api
layer, charms.openstack and charm-helpers. Trigger a rebuild to
pull in those updates.

Change-Id: I1e91f596a5aff00179fdd2e23da3b8fda2f45cf3

6307620... by Frode Nordahl

Rebuild to pull in charms.openstack

Pull in fix for rendering Apache VirtualHost correctly
when charm is bound to network spaces.

Change-Id: I5c754feff3f0e9babc9a41ab70d3546c44db0ab9
Related-Bug: #1745389
Closes-Bug: #1769973