https://github.com/ajkavanagh/layer-openstack-api
Personal dev version of openstack/charm-layer-openstack-api -- use at your peril
https://github.com/ajkavanagh/layer-openstack-api
Last synced: 3 months ago
JSON representation
Personal dev version of openstack/charm-layer-openstack-api -- use at your peril
- Host: GitHub
- URL: https://github.com/ajkavanagh/layer-openstack-api
- Owner: ajkavanagh
- License: apache-2.0
- Created: 2016-09-02T19:04:55.000Z (almost 9 years ago)
- Default Branch: declarative-helpers
- Last Pushed: 2016-09-04T19:09:48.000Z (almost 9 years ago)
- Last Synced: 2025-01-11T13:17:41.927Z (5 months ago)
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 endpointsTo use this layer, including the following in the layer.yaml of your charm:
include: ['layer:openstack-principle']
And then read the [new API charm](https://github.com/openstack/charm-guide/blob/master/doc/source/new-charm.rst)
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.