charm-heat:stable/18.11

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

Branch merges

Branch information

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

Recent commits

5dbd4a3... 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.

c25012e... by Frode Nordahl

c-h: Separate certificates with lineseparator in bundles

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

Change-Id: Ib0014fcc1a3a6a6820ee46d862a3b88c85388d1c
Closes-Bug: #1813982

af098b8... 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: Ibb3bc675fd2cfacbf99a0152ddb5474899b11325

ade2225... by James Page

Deal with py2-py3 migration during charm upgrade

On charm upgrade the charm may switch to py3 packages. If so, ensure
the old py2 packages are purged after any new packages have been
installed. If packages where removed during the upgrade, then
restart all services to pickup any py2->py3 switches.

Change-Id: I9acd536c437ff9d8c6a7056ac255aa4b6de62673
Closes-Bug: 1803451

c66cf4f... by Ryan Beisner

Sync charm-helpers

Change-Id: Iee682ff86f2c8c26c76aea0078d9520eca1061ea

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

b0f7a69... by Ryan Beisner

Fix lint in unit test

Change-Id: I73b3f57c8743f58c3568a71b436e58cf8910be16

10ccad3... by Zuul <email address hidden>

Merge "py3: Don't purge python-six on upgrades"

0bcdc44... by David Ames

Series Upgrade

Implement the series-upgrade feature allowing to move between Ubuntu
series.

Change-Id: I4377125f537c555e4b0b63dc08a3d9c0fc9d5251

12ba56f... by Corey Bryant

py3: Don't purge python-six on upgrades

python-six is also used by crmsh in HA deployment so don't purge it
on OpenStack upgrade or we lose the ability to manage the corosync/
pacemaker cluster.

Change-Id: I3fe3909baec17ab3a17b92082a41e1157326c950