Charm Layer - OpenStack principle charm layer
Go to file
Doug Hellmann cce6beaff6 import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I69ddbf6261893ab87b56a73b44aa91a0049bbad3
Story: #2002586
Task: #24317
2018-09-11 13:15:37 -04:00
.gitignore Add basic tox targets for pep8 and build test 2016-07-01 10:31:25 +01:00
.gitreview Add gitreview file for migration to openstack 2016-07-01 12:00:36 +01:00
.zuul.yaml import zuul job settings from project-config 2018-09-11 13:15:37 -04: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 Add basic tox targets for pep8 and build test 2016-07-01 10:31:25 +01:00
requirements.txt Add basic tox targets for pep8 and build test 2016-07-01 10:31:25 +01:00
tox.ini Add basic tox targets for pep8 and build test 2016-07-01 10:31:25 +01: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