91ce3cea1d
We will add these further up the stack in ``layer-openstack``, addition counterpart: I12f45236632b608e07fdd35d31b90b84ca92eb1f Make some adjustments so the build job used solemnly for gate testing can pass again. Needed-By: I8a72acd451dd21e1b042b7f71f6d98e164737ac1 Depends-On: I12f45236632b608e07fdd35d31b90b84ca92eb1f Closes-Bug: #1840899 Change-Id: I007275c041ca5465664a6b5d441e56c0316c405d
18 lines
672 B
Markdown
18 lines
672 B
Markdown
# 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](https://github.com/openstack/charm-guide/blob/master/doc/source/new-charm.rst)
|
|
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.
|