Charm Interface - Neutron Plugin
Go to file
Alex Kavanagh 848327256f Add minimal requires.py
This is so that it can be used on a principal charm to allow, for
example, the neutron-openvswitch subordinate to be plugged into
principal charms.

Change-Id: I8760f2f9bec85ccc8b149b9560a6eed3e9ab418b
2016-11-18 09:28:01 +00:00
.gitignore Add minimal requires.py 2016-11-18 09:28:01 +00:00
.gitreview Add minimal requires.py 2016-11-18 09:28:01 +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 Add minimal requires.py 2016-11-18 09:28:01 +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.