charm-rabbitmq-server:stable/18.11

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

Branch merges

Branch information

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

Recent commits

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

4365f89... by Frode Nordahl

c-h: Separate certificates with lineseparator in bundles

Cherry-pick specific fix for charm-helpers already synced
into master.

Change-Id: I3196e7a4ea87a823a2cb487975a92110a98405b2
Closes-Bug: #1813982

0a8455b... by Alex Kavanagh

Fix more PY3 issues in check_rabbitmq_queues.py

Note that, for PY3, the unbuffered IO in the check_rabbitmq.py script
has to be switched off as PY3 doesn't support unbuffered IO for text
(think str) rather than binary byte streams.

Closes-Bug: #1804349
Closes-Bug: #1804348
(cherry picked from commit 065914d696ffb39c77696925b55b9795147cae00)

Change-Id: I928c2e30d0025d0d1901dd85051e8e72dcd21a07

dea18af... by Alex Kavanagh

Fix incorrect syntax in scripts/check_rabbitmq.py

* This fixes the incorrect syntax in the scripts/check_rabbitmq.py
  file. Unfortunately, there are no tests for these files. To
  help with QA, added the 'scripts' directory to the pep8 test to
  validate that they are correct python syntax for future changes.

* Updated .gitigore to exclude __pycache__ directories for py3 and
  removed the __pycache__ directory files from the repo.

Related-Bug: #1804126
(cherry picked from commit f30b4ac0c696f5bb344db592919c75bb71e96b34)

Change-Id: Idbe071df8d66cd0a4a977f9add7392215cfa2bf0

f1eab60... 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: I99cd836f26f7b5acb4c4d4752d6ad891e78081eb

7574737... by Ryan Beisner

Sync charm-helpers

Change-Id: I46564730660a11ed06bf26817e5f800e649638fa

158b764... by Zuul <email address hidden>

Merge "Make py3 gate job voting"

fb63798... 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: I8a1fbe1cc6fd18856d729ffc49d6d4018edb8b09
Signed-off-by: Doug Hellmann <email address hidden>

bca4f80... by Frode Nordahl

Make py3 gate job voting

Change-Id: I7199cfa658992362782552fe63d9bf0701f48a6f

2a10af3... by Ryan Beisner

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

Change-Id: I22d359df04f613c9a3306b8eae5ab9298acc9120