charm-neutron-gateway:stable/17.02

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

Branch merges

Branch information

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

Recent commits

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

36a20c1... 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: Ibbab5a37bc3b36ac1668f57978238e2eb43614e9

63820c4... by =?utf-8?q?Martin_Hellstr=C3=B6m?= <email address hidden>

adds missing entries in the apparmor profiles

Change-Id: I030ccdd267f67844ff2cea328ae1d3d0275c949b

5056b2e... by Dmitrii Shcherbakov

drop non-neutron tests

In order to avoid blocking testing of the neutron charm due to
non-neutron related failures, let's delete them from this charm's tests.

---

https://docs.openstack.org/releasenotes/nova/newton.html#deprecation-notes

"The /os-certificates API is deprecated, as well as the nova-cert
service which powers it."

e8f5341034c574aa07fb587e66c5c47a1d3620f8 blacklisted the package from
installation, however, the basic deployment test was not modified for
this charm which blocks CI for all changes.

Change-Id: Icf2ffd55d25e256ece35ef622d39112d27a25b61

f515518... by Dmitrii Shcherbakov

sync charm-helpers for a stable charm update

Change-Id: I35a445ef500eab44be7a3c8453e8d4c8aad4f837

2b9d7d1... 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: I14499108e5e658cdee336d45bc0ffdd6f55db255

f0393d7... by David Ames

Pre-release charm-helpers sync 17.02

Get each charm up to date with lp:charm-helpers for release testing.

Change-Id: Id48d76de3e947dabdc25f80b4270aea37af0d940

bf6b433... by Liam Young

Add quantum-network-service as a mandatory service

The quantum-network-service relation with nova-cc needs to
be present otherwise metadata server has no keystone auth
credentials. This change adds it to REQUIRED_INTERFACES
so that its absence is reported in workload status. Also
the quantum-network-service-relation-broken symlink has
been added to trigger an assess status call when the
relation is removed.

Change-Id: I9859d532e1ef3c18c8c24308a115624035ef6d0f
Closes-Bug: 1634106

c1fb99e... by Jenkins <email address hidden>

Merge "Expose metadata config options"

71a303d... by Liam Young

Expose metadata config options

Expose the 'enable_metadata_network' and 'enable_isolated_metadata'
configuration options. enable_isolated_metadata enables metadata the
metadata service on networks with no router port.

Change-Id: If773109007a456385adebf295d044247417135db
Closes-Bug: 1514901