Small cleanup before the first release

Change-Id: Ia5da8a9cf7e0533ff92639ea7fdd479269084c6a
This commit is contained in:
Yaroslav Lobankov 2016-09-27 15:58:07 +03:00
parent f99be812f2
commit 73de456dc7
9 changed files with 18 additions and 24 deletions

@ -1,3 +1,4 @@
# Format is:
# <preferred e-mail> <other e-mail 1>
# <preferred e-mail> <other e-mail 2>
Alexey Zaytsev <azaytsev@mirantis.com>
Anton Studenov <astudenov@mirantis.com>
Ilya Shakhat <ishakhat@mirantis.com>
Yaroslav Lobankov <ylobankov@mirantis.com>

@ -1,7 +0,0 @@
[DEFAULT]
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list

@ -1,4 +1,6 @@
OS-Faults Style Commandments
============================
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
- Step 1: Read the OpenStack Style Commandments
http://docs.openstack.org/developer/hacking/
- Step 2: Read on

@ -173,4 +173,3 @@
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.

@ -1,2 +1 @@
[python: **.py]

@ -1,6 +1,7 @@
============================================
os_faults Release Notes
============================================
=======================
OS-Faults Release Notes
=======================
.. toctree::
:maxdepth: 1

@ -1,5 +1,5 @@
==============================
Current Series Release Notes
==============================
============================
Current Series Release Notes
============================
.. release-notes::

@ -49,4 +49,4 @@ output_file = os_faults/locale/os_faults.pot
[build_releasenotes]
all_files = 1
build-dir = releasenotes/build
source-dir = releasenotes/source
source-dir = releasenotes/source

@ -63,9 +63,8 @@ install_command = {[testenv:common-constraints]install_command}
commands = oslo_debug_helper {posargs}
[flake8]
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
# E123 skipped because it is ignored by default in the default pep8.
# E125 skipped until https://github.com/jcrocholl/pep8/issues/126 is resolved.
ignore = E123,E125
builtins = _
show-source = True
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build