]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
ofagent: move main module from ryu repository
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Fri, 20 Jun 2014 03:08:18 +0000 (12:08 +0900)
committerYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Mon, 23 Jun 2014 11:22:22 +0000 (20:22 +0900)
commit5be53ea9feb97a08b10442a33d755176507bc1f2
treee0425e6603e6d7ee68341869d43dbd97b58d2bec
parentbb2d4ac8e2cd56c084b51857bd007a32745f4373
ofagent: move main module from ryu repository

the recent oslo.messaging transition broke ofagent.
this commit fixes the regression.

historically the main module of ofagent has been maintained
in ryu's repository.  this commit moves it into neutron's
repository and add common_config.init() call which is necesary
for the new rpc code.

Closes-Bug: #1332478
Change-Id: Icf215b20cd84ef44b51439e55b1815d72041ba3f
neutron/plugins/ofagent/agent/main.py [new file with mode: 0755]
setup.cfg