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
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.
Description
Languages
Python
100%