OpenStack Workflow (Mistral) Specifications
Go to file
OpenDev Sysadmins aa6036c1e4 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:33:08 +00:00
doc/source Fix doc generation for python 3 2017-04-17 10:53:53 +00:00
specs Add Train specs directory 2018-11-14 03:46:44 -05:00
tests Don't force policy specs into approved or implemented directories 2017-03-20 11:36:19 +00:00
.gitignore Switch to use stestr for unit test 2018-07-19 10:34:25 +07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:33:08 +00:00
.stestr.conf Switch to use stestr for unit test 2018-07-19 10:34:25 +07:00
.zuul.yaml import zuul job settings from project-config 2018-08-20 06:07:33 +00:00
CONTRIBUTING.rst add CONTRIBUTING.rst 2016-12-21 01:07:37 +00:00
LICENSE Initial commit 2015-11-18 22:25:55 +08:00
README.rst Update links in README 2018-08-19 04:47:57 +08:00
requirements.txt Switch to use stestr for unit test 2018-07-19 10:34:25 +07:00
setup.cfg Change openstack-dev to openstack-discuss 2018-12-03 21:48:10 -05:00
setup.py Initial commit 2015-11-18 22:25:55 +08:00
test-requirements.txt Update hacking version to latest 2019-01-05 01:02:15 +08:00
tox.ini Update min tox version to 2.0 2018-11-02 10:58:11 +05:30

README.rst

Team and repository tags

image

OpenStack Workflow Engine Specifications

This git repository is used to hold approved design specifications for Mistral project. Reviews of the specs are done in gerrit, using a similar workflow to how we review and merge changes to the code itself.

This would apply to new blueprints proposed in Mistral project from Mitaka, this new process provides a way to fast-track the feature history of Mistral, which is very useful for new comers to learn how Mistral evolves, where we are, and where we're going.

First, create a blueprint in launchpad and populate it with your spec's heading. Then, propose a spec following the template which can be found at specs/template.rst. This will be given an initial, high-level review to determine whether it is in scope and in alignment with project direction, which will be reflected on the review comments. If the spec is approved, you can continue with your code implementation, and update launchpad to set the specification URL to the spec's location on:

https://specs.openstack.org/openstack/mistral-specs/

The Mistral PTL(or someone else on behalf of him) will update the release target, priority, and status accordingly.

If a specification has been approved but not completed within one or more releases since the approval, it may be re-reviewed to make sure it still makes sense as written. Specifications are proposed by adding them to the specs/<cycle>/approved directory and posting it for review. When a spec is fully implemented, it should be moved to specs/<cycle>/implemented.

You are welcome to submit patches associated with a blueprint, whose specification may have not been approved, but they will have a -2 ("do not merge") until the specification has been approved. This is to ensure that the patches don't get accidentally merged beforehand. You will still be able to get reviewer feedback and push new patch sets, even with a -2.