]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Adds support of TCP protocol for LBaaS VIPs.
authorRoman Prykhodchenko <rprikhodchenko@mirantis.com>
Fri, 18 Jan 2013 10:56:19 +0000 (12:56 +0200)
committerRoman Prykhodchenko <rprikhodchenko@mirantis.com>
Thu, 31 Jan 2013 09:42:47 +0000 (11:42 +0200)
commit642fe5505fd55543d24ff47ba493f7b37a7288ce
tree3807750675451fcd3791d1eee52bc9f5902e9b3f
parentae5c73a6cbe7889d256deb0d2ef0bfdbd38714d9
Adds support of TCP protocol for LBaaS VIPs.

Adds validation of supplied protocols for VIPs and Pools at API and DB levels.
Modifies the schema of the database to allow storing TCP VIPs.

Change-Id: Idab3139f280b5f0a16633974c05f88d70fb8d683
Fixes: bug #1100724
quantum/db/loadbalancer/loadbalancer_db.py
quantum/extensions/loadbalancer.py
quantum/tests/unit/db/loadbalancer/test_db_loadbalancer.py