~emma-l-foley/collectd-ceilometer-plugin/+git/master:stable/pike

Last commit made on 2018-11-18
Get this branch:
git clone -b stable/pike https://git.launchpad.net/~emma-l-foley/collectd-ceilometer-plugin/+git/master

Branch merges

Branch information

Recent commits

55db3ff... by Monty Taylor

Update .gitreview for new repo name

Change-Id: I733621a2edbf481f5c0b4a81addeb5c9110cf41c
(cherry picked from commit ed862ab226b7afc12769b293080dea510e1d9bfa)

1defcfb... by Emma Foley

Add DEFAULT_ARCHIVE_POLICY config option for gnocchi

Added a DEFAULT_ARCHIVE_POLICY option to Gnocchi plugin,
The user can now configure the archive policy that the metrics
should use.

Change-Id: I445c4bc98b6431a39cf805a00b6237d8090a0b98

6ecac9f... by Emma Foley

remove libvirt from requirements.txt

The libvirt installation via pip was failing, so this fixes the gate change too.
libvirt-python is installed via the system package manager during deployment. It does not need to be
reinstalled via pip.

Change-Id: I9d25ef6c892b10d56c05279bd0d0633c9e38ac4f

40de219... by Emma Foley

gnocchi: Remove archive-policy when creating metrics

Archive policy rules are created by the operator, and assign
archive policies to metrics at creation based on certain rules,
if there isn't an archive policy explicitly assigned to the
metric already.

This patch removes the explicit archive policy parameter when
creating the metrics, this means that the archive policy rules
defined by the oparator are respected.

Change-Id: Ie08df4e817fc701e4b524cdaaf181570fcc541f5
Related-Change: I562f62e1236c7c01c79a5e465ebec103c7bb07bd

ead2004... by Emma Foley

common/sender: Deal with ReadTimeout in send()

If there's a ReadTimeout when sending a HTTP request, the
plugin now retries before exiting.

Change-Id: I0218bd412419079ec9544810a6ab863f3de1a915
(cherry picked from commit 02b65dc4169c3fe09ec03a9cccab9a95abe54788)

f004cdc... by Jenkins <email address hidden>

Merge "[refactor] common/test_logger.py: move common code to setUp()"

962eb9d... by Jenkins <email address hidden>

Merge "[refactor] Move tests from aodh/test_plugin to aodh/test_sender"

2c15be9... by Jenkins <email address hidden>

Merge "Remove sample response from common/keystone_light There is a sample keystone response at the end of common/keystone_light that is not needed."

f6fd19b... by Emma Foley

[refactor] common/test_logger.py: move common code to setUp()

* Add setUp()
** Add self.handler, self.collectd, self.config, self.logger members
* remove __init__()

Change-Id: Ic8e52f34fc4a479f34bf714bba93008a3c8f3d25
Partial-Bug: #1714012

a336ebf... by Rajat Sharma

Remove sample response from common/keystone_light
There is a sample keystone response at the end of
common/keystone_light that is not needed.

Closes-Bug: #1718670

Change-Id: Ieba434d0bc9ee3c47eeb4464613bfbf04cc38b75