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

View File

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

View File

@ -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

View File

@ -1,4 +1,6 @@
OS-Faults Style Commandments 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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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