3 Commits

Author SHA1 Message Date
Onong Tayeng
bf4b277a38 Drop py27 and update to py36
* 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
2020-02-13 16:18:16 -08:00
melissaml
40a2f6a51a Removes unnecessary utf-8 coding
The file was added redundant utf-8 coding by some editor.
we can delete it .

Change-Id: I633c7d4dda2f7117fb80c9364a18c6372f7c9d2f
2017-01-05 13:30:06 +08:00
Ian Wells
b78c4a3354 Initial VPP ML2 network driver version
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>
2016-09-15 12:50:28 -07:00