Prepare for the gate

Here was are adding .gitreview and fixing some issues to let the gate
work properly.

Change-Id: Ie3c63e64ed9f7bb6f389de5abde8d7847e780a3b
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2015-12-10 10:10:18 -05:00
parent 688ff05230
commit 2fbc2f3b56
3 changed files with 13 additions and 1 deletions

4
.gitreview Normal file
View File

@ -0,0 +1,4 @@
[gerrit]
host=review.openstack.org
port=29418
project=openstack/ansible-role-diskimage-builder.git

View File

@ -1 +1 @@
localhost
localhost ansible_connection=local

View File

@ -34,3 +34,11 @@ commands = flake8
[testenv:venv]
commands = {posargs}
[flake8]
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
ignore = E123,E125
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build