Charm Interface - Neutron Plugin
Go to file
Frode Nordahl 6dca7338b2
Add auto accessor for ``host`` attribute
Depends-On: I75cbc5eb97cf3603ffa5a9a49670411288d90520
Change-Id: I3b11eec3f1c4b8a673ccb6f9e6320d79dbde8f7a
Closes-Bug: #1845303
2019-10-01 08:02:17 +02: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 Add auto accessor for ``host`` attribute 2019-10-01 08:02:17 +02: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 Avoid pollution and false positives with tox.ini 2019-08-27 09:06:32 -04: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.