adbfcb4ddd5c83d5fa369d3fcce4381a3ac6711e
host` attribute on requires side
Commit 6dca7338b2 added the attribute
on the wrong side of the interface.
Change-Id: I6d561617805280caebfe6e408d74ceaccefa1f08
Closes-Bug: #1845303
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
Languages
Python
100%