]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Improve data access method of ryu-agent
authorYoshihiro Kaneko <ykaneko0929@gmail.com>
Wed, 30 Jan 2013 06:50:41 +0000 (15:50 +0900)
committerYoshihiro Kaneko <ykaneko0929@gmail.com>
Fri, 1 Feb 2013 07:57:06 +0000 (16:57 +0900)
commit40e76356dd50113936826833eddb3ce57fee8214
tree63e1c8b9f9c26f2b77c8ab1a4ad85d2828bf0612
parent4ab676fc4f98f2b67e7b1ae7dbed657d602a95a1
Improve data access method of ryu-agent

fixes bug #1110174

This patch implement rpc in ryu-agent, instead of accessing a
database directly.
Because it was not necessary to transmit information via database,
therefore the table is eliminated.

Also, I remove openflow controller stuff from a configuration file
of the Ryu plugin because it was not used anymore.

Change-Id: I5e261297c3f92c6a1ac5df229084176e84694e87
etc/quantum/plugins/ryu/ryu.ini
quantum/db/migration/alembic_migrations/versions/49332180ca96_ryu_plugin_update.py [new file with mode: 0644]
quantum/plugins/ryu/agent/ryu_quantum_agent.py
quantum/plugins/ryu/common/config.py
quantum/plugins/ryu/db/api_v2.py
quantum/plugins/ryu/db/models_v2.py
quantum/plugins/ryu/ofp_service_type.py [deleted file]
quantum/plugins/ryu/ryu_quantum_plugin.py
quantum/tests/unit/ryu/test_defaults.py
quantum/tests/unit/ryu/test_ryu_db.py