Charm Layer - OpenStack principle charm layer
Go to file
James Page 0e4963b834 Add a README 2016-07-01 10:10:20 +01:00
.gitignore Initial commit 2015-12-14 12:34:06 +00:00
LICENSE Switch apache licensing method 2016-07-01 10:07:02 +01:00
README.md Add a README 2016-07-01 10:10:20 +01:00
config.yaml Tidy docs on config options, drop surplus test files 2015-12-14 17:14:43 +00:00
layer.yaml Initial commit 2015-12-14 12:34:06 +00:00

README.md

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 layer instead of this layer