charm-neutron-gateway:stable/17.11

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

Branch merges

Branch information

Name:
stable/17.11
Repository:
lp:charm-neutron-gateway

Recent commits

15d206b... 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.

b264d1b... by Ian Wienand

Replace openstack.org git:// URLs with https://

This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: Ibe453e8992019ff71ef3fdfe70055707dd41ac44

6501423... by David Ames

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

* Zesty is EOL

Change-Id: I4959507d8925f46295c0eeb90d6a6c9245d9a24a

e588b15... by David Ames

Py3 fixes

Charm-helpers sync to include python3 bug fixes.

Change-Id: I00619d8d32fc6c1366819ab2d6077b0405c1cbbc
(cherry picked from commit 31b37201c80ae99bdb7c878e1358b460594e2cdc)

138f55d... by James Page

py3: Fix use of iteritems in templates

Switch to using items for dictionary iteration.

Change-Id: I5cd7e445e385dd23d5187ef251d8416bdd3db7d4
Closes-Bug: 1735797
(cherry picked from commit eefb27a582c6972bd335331f2729a05abc69566e)

e81e0e9... 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: Ifdc4bbe323ed65dfaabbe32fe11efabd03f8ae0f

8ebe328... by James Page

Resync charmhelpers for py3 fixes

Includes fix for write_file encoding under py3.

Change-Id: Ib5f211644c9591cb8185c4646679405b9e0f0f07
Closes-Bug: 1735068

ec4a060... by Chris MacNaughton

charmhelpers sync to fix py3 contexts

Change-Id: Ibf6c49aef5127eb824ea671089cb56cf7789dc32

b63f868... by James Page

Update for Python 3 execution

Refactor codebase and unit tests to default to execution
under Python 3.

Drop install shim as Python 3 is always present >= trusty.

Drop legacy dhcp and network reassignment code from charm as
a) this relies on a py3 neutronclient (not supported on older
releases) and b) this function was superceeded by the ha-legacy-mode
and then neutron router and network HA built in functionality.

Use charmhelper provided get_host_ip as this superceeds the in
charm version of this function.

Change-Id: I0b28bf0851d44e85b1e856cbd97b71099faa76ae

a461b61... by Zuul <email address hidden>

Merge "Resync charmhelpers for py3 fixes"