Files
charm-layer-openstack-api/README.md
Corey Bryant 8a063458a5 Fix typo in README.md
Change-Id: I45bf05229b6940b82ac6070f7ba6545a038686a7
2017-01-06 19:59:13 +00:00

738 B

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.