charm-neutron-openvswitch:stable/18.02

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

Branch merges

Branch information

Name:
stable/18.02
Repository:
lp:charm-neutron-openvswitch

Recent commits

0eb9cc6... 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.

39da8cd... by David Ames

Updates for stable branch 18.02 creation

Set default branch for git review/gerrit.

Switch amulet tests to stable.

Switch to using stable charm-helpers branch.

Change-Id: I6abca3615aace3b437e8bfa57798e71421b7f906

2aed8b5... by Liam Young

Add xenial Queens amulet tests to gate

Change-Id: I8b11f3d2683859c4d6d4622df604ca1ef1a15ed1

b32d02f... by Ryan Beisner

Sync charm-helpers

Change-Id: Ie7fcd226afb62b9707f8a62af3cbd3b7f39e2d7f

208e5f9... by Ryan Beisner

Sync charm-helpers

Notable issues resolved:

openstack_upgrade_available() broken for swift
https://bugs.launchpad.net/charm-swift-proxy/+bug/1743847

haproxy context doesn't consider bindings
https://bugs.launchpad.net/charm-helpers/+bug/1735421

regression in haproxy check
https://bugs.launchpad.net/charm-helpers/+bug/1743287

Change-Id: I4e53ae77afb5b0afa5219941ddfddc87e2e601d6

fe96338... by James Page

Remove deploy from source support

Drop support for deployment from Git repositories, as deprecated
in the 17.02 charm release. This feature is unmaintained and has
no known users.

Change-Id: Ib954ddd1fb63d409af77949d8e76a6d6da8f2cde

46faae4... by James Page

Drop zeromq support

Support for the ZeroMQ messaging driver has bit-rotted over
the last few years across the OpenStack charms; drop support
for ZMQ inline with deprecation notices issued in 17.02 charm
release.

Change-Id: I3a4f4bc84327ee2e269d3ebd93d102494102b05e

84fb4b9... by Aydin Doyak

Fix use of iteritems in dnsmasq.conf templates.

iteritems() method is no longer exists in Python 3 dictionaries
which causes the neutron-openvswitch charm to throw an exception
if dnsmasq_flags option is set. Code has been changed to
items() method to work in Python 3.

Change-Id: I7eaae8f33ed0dc5c97ef478bfe9e1fbd7f79783f
Closes-Bug: #1738198

4519531... by Ryan Beisner

Add Bionic and remove Zesty series and tests

Bionic, being the next LTS, is important to enable for dev
and test as early as possible ahead of 18.02.

Zesty goes EOL in Jan 2018. The next stable charms release (18.02)
will not provide Zesty series support, as it was an interim
(non-LTS) release.

Change-Id: I7e401af859998a02e2804a169b68c64d471580eb

92ecb6f... by James Page

Resync charmhelpers for py3 fixes

Includes fix for write_file encoding under py3.

Change-Id: I0ab95470c79bbb53d9177bc662d10d1d22369e86
Closes-Bug: 1735068