charm-ceph-radosgw:stable/17.11

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

Branch merges

Branch information

Name:
stable/17.11
Repository:
lp:charm-ceph-radosgw

Recent commits

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

926b703... 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: Iadf4c34082115c7dedd6abaef12ba0764dc1341c

a46e4be... 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: Ibbaab2c4ed674c8d71fcde234d6f739b1058aebd

5f7033b... 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: Id2f9c3cef177a6f520425059e27c4493867e3b35

1f44096... by Ryan Beisner

Sync charm-helpers

Change-Id: I0d4bd7203c9ce52f8d913f78a18ee7ac5ee8b518

ae9fa42... by Frode Nordahl

Update functional test model to use cinder-ceph subordinate

Change-Id: I82054066df7440a9396b1e193d1f1059e567a769
Related-Bug: #1719742

a9e0996... by Ryan Beisner

Add Artful dev series metadata

Change-Id: I83085110c427702bbe23174a671a4cec92146f8c

608b331... by Frode Nordahl

Update repo to do ch-sync from Git

Change-Id: Ie01f45ef28ed5c07a3d18fa86f7185b4e1727923

a4dd62c... by James Page

Handle missing PKI certs for Keystone v3 deploys

OpenStack Pike drops PKI support, and the keystone charm no longer
configures PKI signing certs for revocation lists@Pike.

Previous changes fixed issues with Keystone v2 based deployments@Pike;
however the Keystone v3 retrieval code did not inspect the status
code on the requests base response during certificate retrieval.

Ensure that a OK status code is returned from Keystone for v3 deploys,
ensuring that Pike based v3 deployments continue to function.

Change-Id: I603115a8e298aa8dedbdcea195b27bb8a6c0c71e
Closes-Bug: 1718467

9e47bad... by zhangyangyang

change assert(Not)Equals to assert(Not)Equal

According to http://docs.python.org/2/library/unittest.html
assert(Not)Equals is a deprecated alias of assert(Not)Equal.

Change-Id: I4cc9976ba8c18447803f7e7e8843fb0b8139b612
Closes-Bug: #1329757