Go to file
Camille Rodriguez fa811c9e9a Avoid pollution and false positives with tox.ini
- removing sitepackages in tox.ini to avoid test env pollution
- skip_missing_interpreters in tox.ini set to False to avoid false
positives by skipping missing interpreters.

Change-Id: Ie250e8d9cb5063955140cfc8275ff91865334053
2019-08-27 09:06:32 -04:00
2016-11-18 09:28:01 +00:00
2019-04-19 19:48:40 +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%