Skip to content

Interface layer for connecting to the OpenStack integration charm.

License

Notifications You must be signed in to change notification settings

canonical/interface-openstack-integration

Repository files navigation

Overview

This layer encapsulates the openstack-integration interface communciation protocol and provides an API for charms on either side of relations using this interface.

Usage

In your charm's layer.yaml, ensure that interface:openstack-integration is included in the includes section:

includes: ['layer:basic', 'interface:openstack-integration']

And in your charm's metadata.yaml, ensure that a relation endpoint is defined using the openstack-integration interface protocol:

requires:
  openstack:
    interface: openstack-integration

For documentation on how to use the API for this interface, see:

About

Interface layer for connecting to the OpenStack integration charm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages