routes-control: port associations (API ext, DB, driver API)

This change implements the framework part of the bgpvpn-routes-control
extension related to port associations:
- API extension definition
- service plugin additions for port associations
- driver hooks for port associations
- DB models and DB update code for port associations
 and their attributes
- corresponding unit tests
Partially-Implements: blueprint routes-control
Depends-On: I4cb61481205c3689c41e62670cec113adb2a0362
Change-Id: I263e1ee6cf4e1a91be91a4a78f4a160f64d33cc6
This commit is contained in:
Thomas Morin
2017年07月04日 17:32:41 +02:00
parent 3a90e2ab75
commit c2cee9159a

View File

@@ -2,7 +2,7 @@ NETWORKING_BGPVPN_DIR="$DEST/networking-bgpvpn"
NETWORKING_BGPVPN_CONF="$NEUTRON_CONF_DIR/networking_bgpvpn.conf"
BGPVPN_DASHBOARD_ENABLE="$NETWORKING_BGPVPN_DIR/bgpvpn_dashboard/enabled/*"
NETWORKING_BGPVPN_DRIVER=${NETWORKING_BGPVPN_DRIVER:-BGPVPN:Dummy:networking_bgpvpn.neutron.services.service_drivers.driver_api.BGPVPNDriver:default}
NETWORKING_BGPVPN_DRIVER=${NETWORKING_BGPVPN_DRIVER:-BGPVPN:Dummy:networking_bgpvpn.neutron.services.service_drivers.driver_api.BGPVPNDriverRC:default}
if is_service_enabled q-svc; then
# l2pop is currently required for bagpipe driver
Reference in New Issue
openstack/networking-bgpvpn
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.