Doug Hellmann 7786e92cbb import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: Ie2f1f1bd3e6cb8198e82b6da819d223ee5a0c827
Story: #2002586
Task: #24317
2018-10-04 12:46:14 +00:00
2016-11-18 09:28:01 +00:00
2016-11-18 09:28:01 +00:00
2015-07-15 17:06:36 +01:00
2016-11-18 09:28:01 +00:00
2016-11-18 09:28:01 +00:00
2016-11-18 09:28:01 +00:00
2016-11-18 09:28:01 +00:00

Overview

This interface provides the reactive interface for the neutron-plugin relation. This is used by the neutron-openvswitch subordinate amongst others.

metadata

To consume this interface in your charm or layer, add the following to layer.yaml:

includes: ['interface:neutron-plugin']

and add a provides interface of type <name> to your charm or layers metadata.yaml:

provides:
  <name>:
    interface: neutron-plugin
    scope: container

where name is what you want to refer to the interface in the principal charm.

Bugs

Please report bugs on Launchpad.

For development questions please refer to the OpenStack Charm Guide.

Description
Charm Interface - Neutron Plugin
Readme 119 KiB
Languages
Python 100%