charm-neutron-gateway:stable/19.10

Last commit made on 2020-01-15
Get this branch:
git clone -b stable/19.10 https://git.launchpad.net/charm-neutron-gateway

Branch merges

Branch information

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

Recent commits

b4e5b91... by Angelos Kolaitis

Remove deprecated neutron-lbaasv2-agent from NRPE checks

This patch removes the deprecated neutron-lbaasv2-agent service from
NRPE checks after an OpenStack upgrade to an OpenStack version greater
than Stein.

Depends-On: https://github.com/juju/charm-helpers/pull/409

Change-Id: I5f943941328f8a9cd0701e626e4557e243bf37f0
Signed-off-by: Aggelos Kolaitis <email address hidden>
(cherry picked from commit 7e68feed95eb9489184914cf218265d4a30558e2)

9dcdadf... by Stamatis Katsaounis <email address hidden>

Remove lbaas in OpenStack Train deployments

This patch removes completely any lbaas related service when upgrading
to OpenStack Train.

Change-Id: I51a19e4890dfbc4c7cbb61b6d7fdfc7888ff9262
Closes-Bug: #1853868
Signed-off-by: Stamatis Katsaounis <email address hidden>
(cherry picked from commit 5c5d5911a0a50e45a9f1c07160bcf9fed9ff6afb)

ec48156... 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: Ib42da30a65cd00edadf756e569e2600c93dbe69c

7769798... by James Page

Further changes for OpenStack Train

Drop installation and configuration of neutron-lbaasv2-agent for
Train.

Change-Id: I103c809f5f67ee797cc767bd58236601c16aeca5

75c4fac... by James Page

Misc updates for OpenStack Train

Drop installation of python3-neutron-lbaas as this package has
been dropped from the Train UCA.

Change-Id: I5dc373608d56f2fbb9f21a51f73a0da13c3b1611

5ec43f6... by Dmitrii Shcherbakov

Adds l3_extension_plugins to L3AgentContext ctx

* get a list of l3 plugins to enable based on relation data coming from
  neutron-api;
* refactor adding fwaasv2 service plugins to the l3 agent to accommodate
  the l3_extension_plugins change.

See https://github.com/juju/charm-helpers/pull/370
See LP: #1842353

Change-Id: Ic3a8e302942ed331bc3d80223e123c13d61db3b2
Closes-Bug: #1842353

07865bd... by Ryan Beisner

Sync charm/ceph helpers, tox, and requirements

Also clean up pre-existing pep8 violations in the
files/* dir which was previously not covered by lint testing.

Change-Id: I443a084681d5788c89cdadf2ff999030f4b4d735

0261001... by Zuul <email address hidden>

Merge "Sync context.py from charm-helpers"

899b75b... by Dmitrii Shcherbakov

Sync context.py from charm-helpers

See https://github.com/juju/charm-helpers/pull/370

Change-Id: I8bc18c12e64dc43823f0d83d4705f5d0f2bb5edc
Partial-Bug: #1842353

c856c36... by Camille Rodriguez

Add disco-stein bundle to gate tests

The bundle disco-stein was in the dev bundles because
a bug with the Python 3.7 syntax prevented the success of
the deployment of HA clusters. This bug is fixed, we can
reintegrate disco-stein in the gate bundles.

Other small additions:
- removing sitepackages in tox.ini to avoid test env pollution
- skip_missing_interpreters in tox.ini set to False to avoid false
positives by skipping missing interpreters.

LP Related-Bug: #1823718
Change-Id: I268df41f6f775560580b49fa60f717ba8da88def