charm-hacluster:stable/18.11

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

Branch merges

Branch information

Name:
stable/18.11
Repository:
lp:charm-hacluster

Recent commits

4acffd6... 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.

413a96a... 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: I3ff89925b738cb4f385d208fe4e8299cb692a0dc

334f9eb... by Ryan Beisner

Sync charm-helpers

Change-Id: Ia73d4a05344da2cc59d6478ddfe7704d91170e85

7e96099... by Doug Hellmann

fix tox python3 overrides

We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: Ia5b18ff05d9aaceacfa7995fe58474d96dfcdf33
Signed-off-by: Doug Hellmann <email address hidden>

3cb90b3... by Ryan Beisner

Fix lint in unit tests re: py3-first and py2 compat

Change-Id: I701c1dd1c7f02b7c18b59915756f26e3003cd44e

87a0606... by Zuul <email address hidden>

Merge "Replace oldest_peer() with is_leader()"

5cccc17... by Zuul <email address hidden>

Merge "After go in standby mode give time to the resources to be migrated"

b3ce3e4... by Liam Young

Tests dir no longer need copy of charmhelpers

Charmhelpers is now installed via pip for unit tests so stop
'Make sync' from pulling it down.

Change-Id: Ica6e2e6f9c0d43edcbdca7296426e184a9a335e0

f05e118... by Ryan Beisner

Update requirements

Also remove tests/charm-helpers if present, in favor
of the pip-installed charm-helpers.

Change-Id: I9aafb4f4fb5ca4b6b04294e69405202a412d056d

6b6a177... by Felipe Reyes

Replace oldest_peer() with is_leader()

Change-Id: I9b5e97695185f0c0aafed2618c4edd9497192a3b
Closes-Bug: 1794850