Juju Charms for OpenStack - Specifications
Go to file
Ian Wienand f463a2d7a4 Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: Ic26c3b70e5c08d7b2ba0cfb6a6a9fb99edc92a11
2019-03-24 20:33:11 +00:00
doc/source Add Train specs directory 2018-11-21 14:22:13 +08:00
specs Replace openstack.org git:// URLs with https:// 2019-03-24 20:33:11 +00:00
tests Review specs for newton, open for ocata 2016-10-17 09:56:21 +01:00
.gitignore Switch to use stestr for unit test 2018-07-17 13:36:45 +07:00
.gitreview Add gitreview file 2016-06-08 15:29:27 +01:00
.stestr.conf Switch to use stestr for unit test 2018-07-17 13:36:45 +07:00
.zuul.yaml import zuul job settings from project-config 2018-09-14 10:13:43 -06: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 use stestr for unit test 2018-07-17 13:36:45 +07:00
setup.cfg Replacing the HTTP protocal with HTTPS 2019-02-28 11:11:42 +00:00
setup.py Base 2016-05-26 11:24:00 +01:00
test-requirements.txt Base 2016-05-26 11:24:00 +01:00
tox.ini fix tox python3 overrides 2018-11-02 14:23:39 +00: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.