openstack / charm-layer-openstack-api

Charm Layer - OpenStack API layer. Mirror of code maintained at opendev.org.

Home Page:https://opendev.org/openstack/charm-layer-openstack-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

This layer provides the base layer for OpenStack charms that are will deploy API services, and provides all of the core functionality for:

  • HA (using the hacluster charm)
  • Juju 2.0 network space support for API endpoints
  • Configuration based network binding of API endpoints

To use this layer, including the following in the layer.yaml of your charm:

include: ['layer:openstack-api']

And then read the new API charm guide for details on how to use this layer in-conjuction with the charms.openstack Python module to quickly and easily put together a new API charm.

About

Charm Layer - OpenStack API layer. Mirror of code maintained at opendev.org.

https://opendev.org/openstack/charm-layer-openstack-api

License:Apache License 2.0


Languages

Language:Python 100.0%