# charm-layer-openstack-api **Repository Path**: mirrors_openstack/charm-layer-openstack-api ## Basic Information - **Project Name**: charm-layer-openstack-api - **Description**: Charm Layer - OpenStack API layer. Mirror of code maintained at opendev.org. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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) - 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](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.