charm-rabbitmq-server:stable/19.10

Last commit made on 2019-10-24
Get this branch:
git clone -b stable/19.10 https://git.launchpad.net/charm-rabbitmq-server

Branch merges

Branch information

Name:
stable/19.10
Repository:
lp:charm-rabbitmq-server

Recent commits

d39c4c1... 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: Ibc2de47dd534ba5e088cbd43c6610ede1e3e77eb

466ab24... by Edin S

Port Charm RabbitMQ func tests from Amulet to Zaza

func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/60

Change-Id: I876a90ce58c89e4a760dad88d5a2381d60171037
Closes-Bug: #1828424

d07161c... by Ryan Beisner

Sync charm/ceph helpers, tox, and requirements

Change-Id: I1bd9db2cefcdefc6e04d0740967696552465d00f

8cc2df5... by Ryan Beisner

Standardize auxiliary file location across os-charms

Change-Id: I644db5de7a5dc1f41d13f2aa13cc1fa5c00c8b83
Closes-Bug: #1843826

fb1b4be... by David Ames

Use shutil.move rather than os.rename

When the source and destination file paths are not on the same partition
os.rename raises OSError: [Errno 18] Invalid cross-device link.

Use shutil.move instead.

Change-Id: I28d6cb6c15a4496243fab7ec6c7eedcd1422f4c2
Closes-Bug: #1833804

89be711... by Chris MacNaughton

Update series metadata

Ensure that EOL releases are removed from metadata
and tests, and that the current dev release is enabled
in metadata. Dev release tests are enabled separately
because of chickens and eggs.

Change-Id: I3d88b0642d98d786a15a0ac5c8d5ec898c74d9fd

7992ed9... by Zuul <email address hidden>

Merge "Add Python 3 Train unit tests"

dc1692b... by Zuul <email address hidden>

Merge "Do not concatenate chained certs w/out line breaks"

953442f... by David Ames

Do not concatenate chained certs w/out line breaks

The charm was adding the CA and chain certificate without a line break
leading to an invalid certificate pem file on the client side.

Add a line break when concatenating the ca cert and the chain.

Closes-Bug: #1838709
Change-Id: I646c8419838011160a74c4c4c488c04268825efd

601e607... by Corey Bryant

Add Python 3 Train unit tests

This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.

See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Note that python35-charm-jobs is retained since this charm is supported
on Xenial.

Change-Id: Icb35953f195fbeb58936e14d43d59cac79d0a85d
Story: #2005924
Task: #34228