charm-neutron-gateway:stable/17.08

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

Branch merges

Branch information

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

Recent commits

28acdcf... 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.

d0031e2... 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: I2478f3f8d6e586efbbbee3f404d65c84d7fa55af

3f48b30... by Zuul <email address hidden>

Merge "Fix support for FWaaS for >= Newton" into stable/17.08

036634c... by James Page

apparmor: manage lbaasv2 profile >= newton

Ensure that the LBaaS v2 profile is managed for OpenStack Newton
or later, in preference to the removed LBaaS v1 profile.

Change-Id: I2510e55a1bb14ee5771c0991d8257faa321b7621
Closes-Bug: 1718768
(cherry picked from commit d7ccd2bfba17a8cc000eb588804acd80a5d62723)

90d13fc... by James Page

Fix upgrades from Liberty to Mitaka

Ensure that any new configuration files are written to disk
prior to performing the package upgrade between OpenStack
releases; this ensures that the new versions of the daemons
start with the correct configuration from initial start on
package post installation configuration.

Change-Id: Ie5f3757e6c3d11fbb2d201b1f7a28e274a5f03e4
Closes-Bug: 1634923
(cherry picked from commit 86bd7da4dbce707912b4057af1c9d8aca5b2bd15)

bb523e4... by James Page

Fix support for FWaaS for >= Newton

Newton introduced the new v2 driver for the l3-agent; update
configuration to stick with v1 for the time being, ensuring
that firewalls can actually be applied to routers.

Change-Id: I44b7b84a1805bc096ffdd072665189146f63eba9
Closes-Bug: 1680164
(cherry picked from commit 7ab7046153926b543ac07b229dff09481c3d2fb7)

b549e2c... 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: I04859015e9f38525cf5a209c2a85e593244ffb0a

ace1b34... by Jenkins <email address hidden>

Merge "Support rpc_response_timeout and report_interval in neutron.conf"

2b2c4b7... by Billy Olsen

Add dns-servers config option for upstream dns servers

Adds a dns-servers config option for specifying the forwarding
dns servers to be used by the dnsmasq services on the neutron
dhcp agent. This enables services using internal dns to also
specify the forwarding dns servers in order to resolve hosts
outside of the neutron network space.

Change-Id: I3cd608b1491a45f565d5147894b8285e638eeaa7
Implements: blueprint internal-dns
Closes-Bug: #1713721

3a5a267... by Hua Zhang

Support rpc_response_timeout and report_interval in neutron.conf

A new mitaka neutron.conf template was introduced into the charm
lately, so both rpc_response_timeout and report_interval need to
be set into the template as well.

Change-Id: I7f34227132d5491d34ff517b8842b21ac5b2991c
Partial-Bug: #1685788