charm-swift-proxy:stable/17.11

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

Branch merges

Branch information

Name:
stable/17.11
Repository:
lp:charm-swift-proxy

Recent commits

10acf4e... 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.

e9bf723... by Ian Wienand

Replace openstack.org git:// URLs with https://

This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I275272dad4dff7f260f962555e5344e43f0e5baf

5089a7f... by David Ames

Sync charm-helpers

Notable issues resolved:

openstack_upgrade_available() broken for swift
https://bugs.launchpad.net/charm-swift-proxy/+bug/1743847

haproxy context doesn't consider bindings
https://bugs.launchpad.net/charm-helpers/+bug/1735421

regression in haproxy check
https://bugs.launchpad.net/charm-helpers/+bug/1743287

* Zesty is EOL

Change-Id: I768995a85d5f52800bee6bd6204ea5428e63be3b

37cfb1c... by Edward Hope-Morley

Fix S3 API for >= Kilo

From Kilo onwards the swift-proxy charm is
misconfiguring the swift3 middleware such that
the api is unable to respond to any requests.
We fix this by providing working config for
Kilo onwards.

NOTE: see LP for full explanation but due to
problems with package version mismatches in the
UCA this patch only fixes Trusty Kilo, (L is
EOL) and Xenial Mitaka.

Change-Id: Ice5690e7f06ffc78dd20b53b67dffc6bd72b2613
Closes-Bug: 1738063
(cherry picked from commit a256263c79236be8adc0ea5176c0e4512c5a135b)

d250624... 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: I7baa2bf2dcc183bd12bc0db47269f48fda2bdb92

7c82123... by Ryan Beisner

Sync charm-helpers

Change-Id: Ibd1650fa8848d68b6741a8f8d109af4c853c2f2b

3b19d2a... by Andrew McLeod

Make default func27-smoke xenial-pike

Charm-helpers sync

Change-Id: Iaae442254801b902ca7fa64c1a60267cab549133

bf8ebc3... by Zuul <email address hidden>

Merge "Add an action to report utilization"

a11ff79... by James Hebden

Add statsd logging support to the swift-proxy charm

By default, statsd metrics can be sent by swift-proxy
for diagnostic and monitoring purposes, but are disabled
by default. This change exposes charm config settings
that allow it to be enabled by setting 'statsd_host'
to a non-empty value. 'statsd_port' and 'statsd_sample_rate'
are also supported for changing the destination port
and rate at which metrics are collected.

Closes-Bug: #1729771

Change-Id: I2d5cca233d48022073b5975c06c3da2b1896d8d9

dcec924... by Jill Rouleau

Add an action to report utilization

Using swift-recon -d, report disk-utilization in GB.

Change-Id: I02f9b85106046fc038a66c7059c23c8a89fd32b1
Closes-Bug: 1720258