Charm Layer - OpenStack API layer
Go to file
Nobuto Murata 34311a62e9 Update worker-multiplier config description
Based on the change in charm-helpers:
https://github.com/juju/charm-helpers/pull/553

Related-Bug: #1843011
Change-Id: I9ea2edfacf7020768ab83fb603af1be0d42190fb
2021-03-05 12:38:32 +01:00
actions Fix boilerplate 2021-03-05 11:28:27 +01:00
reactive Update peers with API addresses 2020-03-25 14:17:31 -07: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 Update worker-multiplier config description 2021-03-05 12:38:32 +01:00
layer.yaml Add list of files to exclude on layer consumption 2019-11-13 14:05:48 +01:00
metadata.yaml Remove TLS related helpers 2019-08-30 16:06:12 +02:00
requirements.txt Fix boilerplate 2021-03-05 11:28:27 +01:00
test-requirements.txt Fix boilerplate 2021-03-05 11:28:27 +01:00
tox.ini Fix boilerplate 2021-03-05 11:28:27 +01: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.