Fix repo setup

Add .zuul.yaml,
add .gitreview configuration file

remove installation of python-apt, it breaks build and is not needed.

Change-Id: I99b87a480253d1018bb8cdb55e1766c4f07ba9dc
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-09-29 11:11:45 -04:00 committed by Andreas Jaeger
parent 4877768b01
commit 68e6772bbf
3 changed files with 9 additions and 2 deletions

4
.gitreview Normal file
View File

@ -0,0 +1,4 @@
[gerrit]
host=review.openstack.org
port=29418
project=openstack/charm-interface-neutron-plugin-api-subordinate.git

4
.zuul.yaml Normal file
View File

@ -0,0 +1,4 @@
- project:
templates:
- python-charm-jobs
- openstack-python35-jobs

View File

@ -6,8 +6,7 @@ skip_missing_interpreters = True
[testenv]
setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0
install_command =
pip install --allow-unverified python-apt {opts} {packages}
install_command = pip install {opts} {packages}
commands = ostestr {posargs}
[testenv:py27]