charm-neutron-gateway:stable/18.11

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

Branch merges

Branch information

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

Recent commits

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

a853292... by Zuul <email address hidden>

Merge "Set dhcp_domain for nova-metadata-api" into stable/18.11

ee03784... by David Ames

Set dhcp_domain for nova-metadata-api

For guest operating systems that rely on nova metadata rather than dhcp
offers for host dns domain settings it is necessary to set dhcp_domain
in the nova.conf.

Change-Id: If7de988ddcd8817d02b261bea601d6922275890c
Partial-Bug: #1805645

ef5e7a3... by Felipe Reyes

Add charmhelpers to sys.path in first position for actions

This patch inserts the hooks directory in the first position to always
prefer that version over any other available in the system.

Change-Id: I8d78f0ef9e11f23224e893178c2cd37fdcc42671
Closes-Bug: 1802182
(cherry picked from commit 25200b5a1611280d5f05854eaeb2d00816428a9f)

d9f9eac... 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: Iad13ab508561f059bb75eaf6892b25bd9324b042

ba1832f... by Liam Young

Purge old packages on upgrade-charm

On charm upgrade the charm may switch to py3 packages. If so, ensure
the old py2 packages are purged. If the purge occurs then restart
services.

Change-Id: Iddfff1c7ce929776c294034706305f5d77ae9ade
Closes-Bug: 1803451

d3a6eb4... by Liam Young

Restart nova-metadata-agent after upgrade to Rocky

After an upgrade to Rocky the nova-metadata-agent is broken due to
a problem importing the amqp lib. This patch simply restarts the
service after an upgrade.

Change-Id: I2c4df35b714a8af607937cb3ad4261db58ed3bbc
Closes-Bug: #1802365

94f555a... by Ryan Beisner

Sync charm-helpers

Change-Id: I5a703fb5aa40809ec7e69646be847654c42a56c0

25f5fe7... 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: I2f4357b4168a1142950f12304932d8f559f380fb
Signed-off-by: Doug Hellmann <email address hidden>

8db05d0... by Ryan Beisner

Fix lint in unit test

Change-Id: I00b90f9870e7565aae3346e63fd7e2c3a15959df