quantum l3 + floating IP support

bp quantum-l3-fw-nat

router & floating IP API calls, plugin db, and agent implemented
and unit tested

Change-Id: I6ee61396d22e2fd7840aa2ff7d1f6f4a2c6e54d4
This commit is contained in:
Dan Wendlandt 2012-08-15 12:56:52 -07:00 committed by Salvatore Orlando
parent 3fe3bb1beb
commit 8543a7e95e
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ setuptools.setup(
entry_points={
'console_scripts': [
'quantum-dhcp-agent = quantum.agent.dhcp_agent:main',
'quantum-l3-agent = quantum.agent.l3_nat_agent:main',
'quantum-linuxbridge-agent ='
'quantum.plugins.linuxbridge.agent.linuxbridge_quantum_agent:main',
'quantum-openvswitch-agent ='