Juju Charms for OpenStack - Specifications
Go to file
Billy Olsen 47a29e4d06 Disable vTPM capabilities by default
Disable the vTPM capabilities by default. The necessary dependencies
have not been backported to focal (as of yet), requiring the packages to
be provided in a PPA. Rather than install this PPA by default, the charm
will disable the vTPM features by default and require the user to enable
them.

Change-Id: Id0521b4dd6a3e5a768cab14855e4f3fec240ff77
2022-04-02 20:03:37 -07:00
doc/source Open Yoga specs 2021-11-11 11:09:48 +00:00
specs Disable vTPM capabilities by default 2022-04-02 20:03:37 -07:00
tests Add spec for Mellanox hardware offload support 2020-03-20 10:28:58 +00:00
.gitignore Open the Xena Specs 2021-08-03 09:49:45 -07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:33:56 +00:00
.stestr.conf Switch to use stestr for unit test 2018-07-17 13:36:45 +07:00
.zuul.yaml Open for Ussuri release 2019-12-20 11:04:18 +00:00
LICENSE Base 2016-05-26 11:24:00 +01:00
README.rst Update links in README 2018-06-12 14:54:45 +08:00
requirements.txt Switch to newer openstackdocstheme version 2020-05-31 20:18:50 +02:00
setup.cfg Doc cleanup, use openstackdocstheme 2020-02-23 14:53:22 +01:00
setup.py Base 2016-05-26 11:24:00 +01:00
test-requirements.txt Open the Xena Specs 2021-08-03 09:49:45 -07:00
tox.ini Doc cleanup, use openstackdocstheme 2020-02-23 14:53:22 +01:00

README.rst

Team and repository tags

image

README

OpenStack Charm Specifications

This git repository is used to hold approved design specifications for additions to the Charm project. Reviews of the specs are done in gerrit, using a similar workflow to how we review and merge changes to the code itself. For specific policies around specification review, refer to the end of this document.

The layout of this repository is:

specs/<release>/

Where there are two sub-directories:

specs/<release>/approved: specifications approved but not yet implemented specs/<release>/implemented: implemented specifications

Example specifications

You can find an example spec in specs/template.rst.