charm-neutron-gateway:stable/19.07

Last commit made on 2019-08-12
Get this branch:
git clone -b stable/19.07 https://git.launchpad.net/charm-neutron-gateway

Branch merges

Branch information

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

Recent commits

62f21a6... 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: I52420b666520d7e20ee02586b32161aa31878b28

6131233... by Zuul <email address hidden>

Merge "Sync charm-helpers and use "rabbit_use_ssl" for ocata"

1ae213c... by Zuul <email address hidden>

Merge "Revert "Stop using veth pairs to connect qdhcp ns""

9d33276... by Liam Young

Revert "Stop using veth pairs to connect qdhcp ns"

Reverting as this change causes existing qdhcp namespaces to become
inaccessible.

This reverts commit bbc20dbe49e13fc2166cfae3a10eff57cad56553.

Change-Id: I91ec8b34bd531e48d00c48512a43921f97b6d9a2

5c5a94f... by Corey Bryant

Sync charm-helpers and use "rabbit_use_ssl" for ocata

Ensure "rabbit_use_ssl" is specified in the [oslo_messaging_rabbit]
config section instead of "ssl" for Ocata, since "ssl" was not yet
introduced.

Change-Id: I5c3776bf31603e93ba37e9de5a8516d1897f1935
Closes-Bug: #1838696

f4bf629... by Chris MacNaughton

Sync charm-helpers

Change-Id: I9029777c7cad92ffb5edba3f8acacac015efd663

e32c5ca... by Zuul <email address hidden>

Merge "Stop using veth pairs to connect qdhcp ns"

4e8b989... by Zuul <email address hidden>

Merge "Add support for FWaaS v2 logging"

0a809a1... by James Page

Add support for FWaaS v2 logging

Enable support for configuration of FWaaS v2 firewall group
logging.

Configuration options mirror those for neutron-openvswitch
for security group logging.

This feature is currently only enabled for FWaaS v2 at Stein
for the charms (but is supported back to Queens in Neutron).

Change-Id: If1b332eb0f581e9acba111f79ba578a0b7081dd2
Partial-Bug: 1831972

bbc20db... by Liam Young

Stop using veth pairs to connect qdhcp ns

veth pairs are currently being used to connect the qdhcp namespace
to the underlying bridge. This behaviour appears to only be needed
for old kernels with limited namespaces support (pre trusty).

Change-Id: I3b090f07c995cbf375dcc1dfdbadf0d7f10ec78e
Closes-Bug: #1832021