charm-cinder:stable/17.11

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

Branch merges

Branch information

Name:
stable/17.11
Repository:
lp:charm-cinder

Recent commits

8b3daf8... 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.

8fdc91c... 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: I3d75301b4f70759b7410c1e43992c946cf6faa96

4bad5a4... 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: I46b8f06bd43fc18a6796638b59421db17e981994

85be199... 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: Id8afa2cc4d9f713db471409a2ff0adfb4d681822

0db8606... by Ryan Beisner

Sync charm-helpers

Change-Id: Icc0cfdc66ee1b5b211818ba93e64fe2f440b2d25

19ff534... by Zuul <email address hidden>

Merge "Fix _parse_block_device to return (str, int)"

42a4213... by Zuul <email address hidden>

Merge "Resync charmhelpers for py3 fixes."

d8d180a... by Liam Young

Fix _parse_block_device to return (str, int)

_parse_block_device was returning inconsistent types. This seems
to have been working by accident under py2 but fails for py3.

This change fixes _parse_block_device to always returns (str, int)

Closes-Bug: #1732413
Change-Id: If0bfb4030ab9acfdf599ef8e70fed14816df3e26

7459560... by Liam Young

Resync charmhelpers for py3 fixes.

Change-Id: I2bc5711c73c39b47400a7be923bc5bebc0a3307e

1609a71... by Liam Young

Re-enable and fix amulet tests

* Re-enable amulet tests which were disabled in error by the a
  previous commit.
* Charmhelper sync to pickup cinder v2+ compat fixes in amulet
  helper utils
* Add thin-provisioning-tools to packages as cinder now creates
  thin lvm volumes by default and needs that pkg
* General v2 compat fixes in amulet tests

Change-Id: Ice227870c8a705d550107de280ebd65fdff31544