Juju Charms for OpenStack - Specifications
Go to file
Liam Young 12c8c1b06d OpenStack Loadbalancer
Add new specification for a new openstack-loadbalancer charm,
providing the ability to use separate, Juju deployed loadbalancers
for ingress to public, admin and internal API endpoints hosted
by the existing OpenStack charms.

Change-Id: Ibb04fbc8eee31483e18ecf11ece5817ff3036237
2017-04-26 09:14:43 -07:00
doc/source Ocata tidy, pike opening 2017-03-08 12:42:34 +00:00
specs OpenStack Loadbalancer 2017-04-26 09:14:43 -07:00
tests Review specs for newton, open for ocata 2016-10-17 09:56:21 +01:00
.gitignore Base 2016-05-26 11:24:00 +01:00
.gitreview Add gitreview file 2016-06-08 15:29:27 +01:00
.testr.conf Base 2016-05-26 11:24:00 +01:00
LICENSE Base 2016-05-26 11:24:00 +01:00
README.rst Show team and repo badges on README 2016-11-25 15:55:27 +01:00
requirements.txt error occur when executing "tox -e docs" 2017-02-18 18:50:39 +08:00
setup.cfg Base 2016-05-26 11:24:00 +01: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 Delete python bytecode file 2016-10-12 14:20:15 +08: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.