openstack / charm-interface-neutron-plugin

Charm Interface - Neutron Plugin. Mirror of code maintained at opendev.org.

Home Page:https://opendev.org/openstack/charm-interface-neutron-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Charm Interface - Neutron Plugin. Mirror of code maintained at opendev.org.

https://opendev.org/openstack/charm-interface-neutron-plugin

License:Apache License 2.0


Languages

Language:Python 100.0%