Charm Layer - OpenStack API layer
Go to file
Frode Nordahl 91ce3cea1d Remove TLS related helpers
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
2019-08-30 16:06:12 +02:00
reactive Remove TLS related helpers 2019-08-30 16:06:12 +02:00
.gitignore Add basic tox targets to verify layer build and mock out pep8 for now 2016-07-01 10:23:31 +01:00
.gitreview OpenDev Migration Patch 2019-04-19 19:45:02 +00:00
.zuul.yaml import zuul job settings from project-config 2018-09-11 13:15:25 -04:00
LICENSE Switch licensing 2016-07-01 10:10:46 +01:00
README.md Remove TLS related helpers 2019-08-30 16:06:12 +02:00
config.yaml Remove TLS related helpers 2019-08-30 16:06:12 +02:00
layer.yaml Remove TLS related helpers 2019-08-30 16:06:12 +02:00
metadata.yaml Remove TLS related helpers 2019-08-30 16:06:12 +02:00
requirements.txt Remove TLS related helpers 2019-08-30 16:06:12 +02:00
test-requirements.txt Add SSL cert/key config options 2016-07-12 19:09:37 +00:00
tox.ini Remove TLS related helpers 2019-08-30 16:06:12 +02:00

README.md

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.