charm-neutron-api:stable/16.04

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

Branch merges

Branch information

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

Recent commits

9a9c2b1... 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.

03122dd... 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: Ib4c51282ccfb5274877b1f34991777a2022ecd9b

e6e2fcb... by James Page

Add region information to nova section

In multi-region clouds, Neutron needs to understand which Nova
region it should send notification events to, otherwise its not
able to consistently resolve the correct Nova API endpoint to
use to send port creation notifications to.

Add region_name to nova section based on configuration of charm.

Closes-Bug: 1594602

Change-Id: If4d6ba41a064bc93eaa32efcd524fea6f0891275
(cherry picked from commit 9e12acb3b8251321d6e4e71da9427b2100f7a972)

16c7e1a... by James Page

Resync stable charm-helpers

Avoid use of 'service --status-all' which is currently
broken on trusty for upstart managed daemons; the change
moves to detecting how the daemon is managed, and then
using upstart status XXX or the return code of service XXX
status to determine whether a process is running.

Fixes for IPv6 network address detection under Ubuntu
16.04 which changes the output format of the ip commands
slightly.

Update the version map to include 8.1.x as a Neutron
version for Mitaka.

Change-Id: I503868545a64cdf056268d15404311b0b5b510ca
Closes-Bug: 1581171
Closes-Bug: 1581598
Closes-Bug: 1580674

82047de... by James Page

Updates for stable branch creation

Set defaultbranch for git review/gerrit.

Switch amulet tests to stable.

Switch to using stable charm-helpers branch.

Change-Id: I5b16027a4a0590b004b21bbc8e11dcd4cef1484a

7b6e6e9... by Liam Young

Do not run db migration on Icehouse

The neutron-server process performs the db migration on icehouse so
check the Openstack version before running it

Closes-Bug: 1571782
Change-Id: Ib9a57eea296a3116c69551c057f1cf9093ac93a8

dd5bc11... by Liam Young

No db stamp for upgrade from Liberty

Stamping the Neutron db for Liberty fails and appears to be
unneccesary.

Change-Id: I93ff69db57bc3418a4c73e79e884f5c85d533f99
Closes-Bug: 1536675

4dd7af7... by Liam Young

Update keystone_auth section for Mitaka

The keystone_auth section has changed for Mitaka. The Liberty format
,which is currently being used, is incompatible with keystone v3 on
Mitaka as it assumes the id of the default domain is default where
as in Mitaka it is a uuid.

The install documentation for Mitaka dictates that domain name should
be used rather than id when setting project_domain and user_domain

Change-Id: I0b01f9894e7c7ce414098b654ffd67f90db047a2
Partial-Bug: 1571347

dbaebf5... by Liam Young

Fix pbr requirement

Change-Id: I8e4ae4fdb2d585add9dbc6b9c6d544470dd844b6

980c2c5... by Jenkins <email address hidden>

Merge "Use network space binding for shared-db relation"