Charm Layer - OpenStack API layer
Go to file
David Ames 6c2a43e55b Update HAProxy default timeout values
The default HAProxy values are set in the layer-openstack template for
haproxy. Bring the layer-openstack-api default configuration in line
with the classic charms which do not set values in the config.yaml but
rely on the template. If any future changes are required, a change in
one place (layer-openstack) will affect all charms.

Change-Id: I045d66bf606ef57b066b4d6af1d4829eeed3bc93
2017-12-11 10:53:20 -08:00
reactive Rework the default handlers into layer-openstack-* 2017-08-01 11:54:27 +01: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 Add gitreview file for migration to openstack 2016-07-01 12:01:03 +01:00
LICENSE Switch licensing 2016-07-01 10:10:46 +01:00
README.md Fix typo in README.md 2017-01-06 19:59:13 +00:00
config.yaml Update HAProxy default timeout values 2017-12-11 10:53:20 -08:00
layer.yaml Update repo location 2016-07-01 10:23:57 +01:00
metadata.yaml Merge pull request #4 from javacruft/tags 2016-06-22 10:26:26 +01:00
requirements.txt Add basic tox targets to verify layer build and mock out pep8 for now 2016-07-01 10:23:31 +01:00
test-requirements.txt Add SSL cert/key config options 2016-07-12 19:09:37 +00:00
tox.ini Add SSL cert/key config options 2016-07-12 19:09:37 +00: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)
  • SSL (using configuration options or keystone for certificates)
  • 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.