]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Implementation of the BP services-insertion-wrapper inside the Cisco Plugin
authorEdgar Magana <eperdomo@cisco.com>
Tue, 13 Dec 2011 07:41:59 +0000 (23:41 -0800)
committerEdgar Magana <eperdomo@cisco.com>
Tue, 13 Dec 2011 21:35:11 +0000 (13:35 -0800)
commitfa912dfcd91ea7a7e4a014d7179e7232357dd40c
treed2c996cf04314629e5088d8407a9c90904cb912e
parentc8f2630ad5e447f1969b7dcfc1d8f10f7a14afb7
Implementation of the BP services-insertion-wrapper inside the Cisco Plugin

This utility offers a simplify way to insert and remove network services
in the path of the traffic to the server VMs, by splitting the network
into two, and having the service bridge between the two networks,
in the process applying the service. This model is called In-Path
(Bump in the Wire)

Change-Id: If7e9ad2dcb8124e7d82ac837c5b62c0d09b00bcd
quantum/plugins/cisco/db/api.py
quantum/plugins/cisco/db/l2network_db.py
quantum/plugins/cisco/db/services_db.py [new file with mode: 0644]
quantum/plugins/cisco/db/services_models.py [new file with mode: 0644]
quantum/plugins/cisco/services/README [new file with mode: 0644]
quantum/plugins/cisco/services/__init__.py [new file with mode: 0644]
quantum/plugins/cisco/services/service_insertion.py [new file with mode: 0644]
quantum/plugins/cisco/services/services_constants.py [new file with mode: 0644]
quantum/plugins/cisco/services/services_logistics.py [new file with mode: 0644]
quantum/plugins/cisco/tests/unit/test_database.py