4cc2bf06608aed696f3454234c74b553f8e4e0e3

Change-Id: I9726801bda0653ae98c028913eb2d67a77970715 Closes-Bug: #1852424
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.
Description
Languages
Python
100%