charm-cinder:stable/16.10

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

Branch merges

Branch information

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

Recent commits

3d545dc... 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.

c2b1c81... 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: Ia7dde39e583b2e3a46bd0ac33f0b37cf53fa87a1

0f7358b... by Edward Hope-Morley

Fix cluster relation unnecessary service restarts

The logic introduced in commit 619ce065 to formalise database
initialisation did not support the leader switching and re-runs
of the shared-db relation. This resulted in extraneous service
restarts. We avoid this by adding some extra logic around this
code.

Closes-Bug: 1561927
(cherry picked from commit 1e1000a0892046b158e104025b04d3cf53a2a1b8)
Change-Id: If988331e552da930eff868abded323014fd50f04

7646ef9... by James Page

Updates for stable branch creation

Set defaultbranch for git review/gerrit.

Switch amulet tests to stable.

Switch to using stable charm-helpers branch.

Change-Id: I8a7b3fba4bc13fcaa3980544971303620e2d4f68

ff91d71... by Jenkins <email address hidden>

Merge "Update amulet test definitions for Newton"

710003a... by Ryan Beisner

Update amulet test definitions for Newton

- Remove Precise-Icehouse Amulet test definitions if they exist.

- Add Xenial-Newton Amulet test definitions.

- Add Yakkety-Newton Amulet test definitions.

- Use the percona-cluster charm in tests instead of the mysql charm.

Change-Id: Ifbb7822f6a495bd82d8c6135c2ae25d5c4051a2d

0743f0f... by Jenkins <email address hidden>

Merge "Adds volume-usage-audit-period config directive >= kilo."

186cefc... by David Ames

Pre-release charm-helpers sync 16.10

Get each charm up to date with lp:charm-helpers for release testing.

Change-Id: I921b7208f4d229e8cfbe31576d23b24da9b5acae

43c436f... by James Page

Add support for application version

Juju 2.0 provides support for display of the version of
an application deployed by a charm in juju status.

Insert the os_application_version_set function into the
existing assess_status function - this gets called after
all hook executions, and periodically after that, so any
changes in package versions due to normal system updates
will also be reflected in the status output.

This review also includes a resync of charm-helpers to
pickup hookenv and contrib.openstack support for this
feature.

Change-Id: I3cb8ac7b2f1b455a3c3086544c492500812363c6

ca8fe0b... by Corey Bryant

Use os_release instead of get_os_codename_install_source

os_release provides the same functionality in addition to supporting
openstack-origin-git, when deployed from source.

Change-Id: I5c01dd76596732d5f7f95dda0fcdcfc4aa1e850b