vmware-nsx/neutron/db
linb 18d991a6b2 Support advanced NVP LBaaS Service
The patch adds NVP advanced LBaaS service support for NVP with
VCNS:
        * NVP LBaaS is an advanced Service of NVP depending on NVP
          advanced service router
            - Once an advanced router id created, one corresponding
              vshield edge will be deployed, and then we can configure
              LB service On the vshield edge
        * NVP LBaaS service plugin still uses LBaaS DB service logic,
          while finally calling vShield Edge to support FWaaS service
            - When creating VIP object, service attaches the object to
              the advanced router with routedserviceinsertion service.
              Then before pushing VIP VCNS call, the server would first
              pushing associated POOL VCNS call and associated Monitor
              VCNS call to vShield Edge. Deleting VIP is opposite
              operation
            - Refering to CUD operation of other objects, service would
              first find the associated VIP object and then find the edge bound to
              the router which vip inserted. Then service would push corresponding
              VCNS call to Vshield Edge
        * on driver part, the driver will first convert the object
          to VSM known object input, and then send a synchronous JSON
          calling to VSM, and receive the result

Implements: blueprint nvp-lbaas-plugin
Change-Id: Iec41f2dc103daddf3bed4d09c147df3865b3dccd
2013-09-17 11:07:28 -07:00
..
firewall FWaaS - fix policy association of firewall rule 2013-09-14 13:49:03 -07:00
loadbalancer LBaaS: Fix healthmonitor disassociation for non-admin 2013-09-09 11:22:46 +04:00
metering Add metering extension and base class 2013-08-14 14:32:46 +02:00
migration Support advanced NVP LBaaS Service 2013-09-17 11:07:28 -07:00
vpn Increase size of peer_address attribute in VPNaaS 2013-09-17 10:17:27 -04:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
agents_db.py Add agent scheduling for LBaaS namespace agent 2013-07-19 13:25:04 +04:00
agentschedulers_db.py Adds support for L3 routing/NAT as a service plugin 2013-09-11 12:12:10 +02:00
allowedaddresspairs_db.py Implement Allowed Address Pairs 2013-09-05 03:53:59 -07:00
api.py Remove global DB_ENGINE from Neutron 2013-08-05 08:51:16 -07:00
db_base_plugin_v2.py Adds support for L3 routing/NAT as a service plugin 2013-09-11 12:12:10 +02:00
dhcp_rpc_base.py Fix message i18n error 2013-09-08 15:58:12 +08:00
external_net_db.py Adds support for L3 routing/NAT as a service plugin 2013-09-11 12:12:10 +02:00
extradhcpopt_db.py Allow subclasses to modify dict_extend hooks 2013-09-02 17:37:22 -07:00
extraroute_db.py Adds support for L3 routing/NAT as a service plugin 2013-09-11 12:12:10 +02:00
l3_agentschedulers_db.py Adds support for L3 routing/NAT as a service plugin 2013-09-11 12:12:10 +02:00
l3_db.py Fix error code for deletion of router which is in use by vpnservice 2013-09-12 11:05:56 -07:00
l3_gwmode_db.py Register an extend_dict function for ext_gw_mode extension 2013-09-10 15:38:16 -07:00
l3_rpc_base.py Adds support for L3 routing/NAT as a service plugin 2013-09-11 12:12:10 +02:00
model_base.py Apply Oslo ModelBase to NeutronBase 2013-07-08 10:14:26 +08:00
models_v2.py Remove DHCP lease logic 2013-08-12 16:55:48 -07:00
portbindings_base.py refactor port binding codes 2013-07-26 23:04:51 +08:00
portbindings_db.py allow subclasses to modify the parents model hooks 2013-08-09 00:53:33 -04:00
portsecurity_db.py Allow subclasses to modify dict_extend hooks 2013-09-02 17:37:22 -07:00
quota_db.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
routedserviceinsertion_db.py Support for NVP advanced FwaaS service 2013-09-17 10:18:22 -07:00
routerservicetype_db.py Service Type Framework refactoring 2013-07-25 21:47:30 +04:00
securitygroups_db.py Allow subclasses to modify dict_extend hooks 2013-09-02 17:37:22 -07:00
securitygroups_rpc_base.py Implement Allowed Address Pairs 2013-09-05 03:53:59 -07:00
servicetype_db.py LBaaS integration with service type framework 2013-09-03 23:05:33 +04:00
sqlalchemyutils.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00