]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
ofagent: Have a thin driver module
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Mon, 9 Mar 2015 07:47:29 +0000 (16:47 +0900)
committerYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Tue, 10 Mar 2015 02:00:01 +0000 (02:00 +0000)
commitedcda156a0be5bed91c66a4c13d230b1a4e29122
treed1807c28d444a90de6ec3c0c8356eb5bfd5169c3
parentebc1469a7e3489ad028ed36fca07883fba889401
ofagent: Have a thin driver module

It seems preferable to have a thin driver module
rather than directly referencing an external module in setup.cfg.

This also introduces "ofagent" directory which can be used to
put requirements.txt later.

Closes-Bug: #1412653
Related: blueprint core-vendor-decomposition
Change-Id: Id86ade4ae75dceb5ce4283869f42f4c0d1af7c4d
neutron/plugins/ml2/drivers/ofagent/__init__.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/ofagent/driver.py [new file with mode: 0644]
setup.cfg