Charm Interface - Neutron Plugin
Go to file
OpenDev Sysadmins aea93f5fba 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.
2019-04-19 19:48:40 +00:00
.gitignore Add minimal requires.py 2016-11-18 09:28:01 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:48:40 +00:00
.zuul.yaml import zuul job settings from project-config 2018-10-04 12:46:14 +00:00
LICENSE Add minimal requires.py 2016-11-18 09:28:01 +00:00
README.md Add minimal requires.py 2016-11-18 09:28:01 +00:00
interface.yaml Initial commit of interface 2015-07-15 17:06:36 +01:00
provides.py Fixup for new reactive package naming 2015-11-04 13:39:55 +00:00
requires.py Add minimal requires.py 2016-11-18 09:28:01 +00:00
test-requirements.txt Add minimal requires.py 2016-11-18 09:28:01 +00:00
tox.ini fix tox python3 overrides 2018-10-04 12:46:09 +00:00

README.md

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.