* Dropping py27 from zuul
* Removing py34 and py35
* Adding py36 and py37 with python-ussuri-jobs template
* Remove py27 networking-vpp-tox-mypy job
* Switch to sphinx-build, use newer sphinx for python3,
Remove oslosphinx, it does not work with python3
* Cleanup setup.cfg, setup.py
Change-Id: Ib6ce0fb2b064e796b028e1bc0361468fedf4027c
This is the first OpenStack commit for a ML2 driver for VPP. This
contains the driver and a VPP agent that uses the VPP API (via the
python API package) to control VPP, and the driver and agent
communicate with one another via an etcd instance.
This version is (loosely, subject to some tidying and getting it
past the Gerrit tests) based on
http://github.com/iawells/networking-vpp.
Change-Id: I8909ddc56b5c49ec2ee1b25acbff21716eee70f6
Co-Authored-By: Ian Wells <iawells@cisco.com>
Co-Authored-By: Naveen Joy <najoy@cisco.com>
Co-Authored-By: Feng Pan <fpan@redhat.com>