zhoulinhui fcca9b0165 Fix hacking min version to 3.0.1
flake8 new release 3.8.0 added new checks and gate pep8
job start failing. hacking 3.0.1 fix the pinning of flake8 to
avoid bringing in a new version with new checks.

Though it is fixed in latest hacking but 2.0 and 3.0 has cap for
flake8 as <4.0.0 which mean flake8 new version 3.9.0 can also
break the pep8 job if new check are added.

To avoid similar gate break in future, we need to bump the hacking min
version.

- http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html

Change-Id: I8d800769931b07045102e97e5c7b1ab81f886108
2020-09-18 00:28:22 +08:00
2020-07-02 15:01:33 +08:00
2020-03-31 13:13:12 +00:00
2019-04-19 19:47:52 +00:00
2018-07-10 11:22:34 +07:00
2019-05-06 15:15:23 +08:00
2015-11-10 06:28:39 -06:00
2017-08-04 11:13:23 +08:00
2020-04-07 13:49:46 +02:00
2015-11-10 06:28:39 -06:00
2020-04-07 13:49:46 +02:00

Team and repository tags

image

README

Watcher Specifications

This git repository is used to hold approved design specifications for additions to the Watcher 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

Description
Watcher Specifications
Readme 5.5 MiB
Languages
Python 100%