https://github.com/openstack/charm-layer-openstack-principle
Charm Layer - OpenStack principle charm layer. Mirror of code maintained at opendev.org.
https://github.com/openstack/charm-layer-openstack-principle
Last synced: 8 months ago
JSON representation
Charm Layer - OpenStack principle charm layer. Mirror of code maintained at opendev.org.
- Host: GitHub
- URL: https://github.com/openstack/charm-layer-openstack-principle
- Owner: openstack
- License: apache-2.0
- Created: 2016-07-06T11:24:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-01-28T16:18:49.000Z (over 4 years ago)
- Last Synced: 2024-05-09T18:51:42.361Z (about 2 years ago)
- Language: Python
- Homepage: https://opendev.org/openstack/charm-layer-openstack-principle
- Size: 18.6 KB
- Stars: 9
- Watchers: 6
- Forks: 2
- 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 intended for
use as principle (rather than subordinate) charms; to use this layer add:
include: ['layer:openstack-principle']
to the layer.yaml in your charm.
For charms hosting OpenStack API services, you probably want to use the
[openstack-api](https://github.com/openstack/charm-layer-openstack-api)
layer instead of this layer