Go to file
OpenDev Sysadmins 3025060167 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:45:02 +00:00
2018-05-15 11:09:44 +00:00
2019-04-19 19:45:02 +00:00
2018-05-15 11:09:44 +00:00
2016-07-01 10:10:46 +01:00
2017-01-06 19:59:13 +00:00
2018-09-26 18:39:35 -04:00

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.

Description
Charm Layer - OpenStack API layer
Readme 232 KiB
Languages
Python 100%