charm-neutron-api: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-api

Branch merges

Branch information

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

Recent commits

e53a6c2... 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.

8b19403... 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: I0d8ac8114d5aabd1b1e6870aa8edffdf0b0a6f2e

a9aa7fd... by Billy Olsen

Add missing dns_domain to pike's neutron.conf template

Neutron ML2 DNS integration was broken in pike deployments due
to the dns_domain name not changing from the default openstacklocal.
This change adds the dns_domain option into the neutron.conf file.

Change-Id: I9ea25ab7f1a30a1a172d0d33c4d408712b66de0a
Closes-Bug: 1732042

182c4a3... 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: I2deb2d4bf8e67ea706f4ceed62a1fa16ef0c919f

e645647... by David Ames

Fix src for determine_packages call during upgrade

On upgrade the charm was sending incorrect source information to
determine_packages. It was sending the os release name rather than
the openstack-origin.

Call with openstack-origin rather than os release name.

Change-Id: Ifff4581a3b02414dd10854be86ef02e9413b9191
Closes-Bug: #1715454

ea08e0a... by Ryan Beisner

Sync charm-helpers

Change-Id: Ie9bc97be37d86599bc1c961972370d1e1e49b5fd

6f529e8... by Jenkins <email address hidden>

Merge "Remove deprecated series metadata and tests"

c2b0367... by Ryan Beisner

Remove deprecated series metadata and tests

Change-Id: If8d998c046aee328b42443219c71788727244689

2c21ad1... by Edward Hope-Morley

Add db initialised detection

Currently whenever the shared-db hook fires we call
migrate_neutron_database() which will always (unless unit
is paused) do a migration and restart the neutron-server
service. This is unnecessary and disruptive so we avoid
doing this by first checking whether we have already
initialised and and skipping migrate and restart if we
have already initialised. We also add support to override
this logic if an upgrade is in progress.

Change-Id: Ia4c104ff21d10a0d24ac3038bb75a5a9dc67ca94
Closes-Bug: 1708459

f70d657... by Jenkins <email address hidden>

Merge "Dual Stack VIPs"