9cda319687
This patch enables basic CRUD operations on trunk ports and defines related API extensions. Trunk ports and sub-ports can be persisted in the Neutron model and are made visible through the API, but the L2 agent is not notified and no trunk ports or subports are actually instantiated on compute hosts. This one of the main patches in the series that implement the end to end functionality. Partially-implements: blueprint vlan-aware-vms Co-Authored-By: Armando Migliaccio <armamig@gmail.com> Change-Id: I26453eb9a1b25e116193417271400994ac57e4c1
8 lines
165 B
Plaintext
8 lines
165 B
Plaintext
function configure_trunk_service_plugin {
|
|
_neutron_service_plugin_class_add "trunk"
|
|
}
|
|
|
|
function configure_trunk_extension {
|
|
configure_trunk_service_plugin
|
|
}
|