This Page

The quantum.plugins.cisco.models.virt_phy_sw_v2 Module

class quantum.plugins.cisco.models.virt_phy_sw_v2.VirtualPhysicalSwitchModelV2

Bases: quantum.quantum_plugin_base_v2.QuantumPluginBaseV2

This implementation works with OVS and Nexus plugin for the following topology: One or more servers to a nexus switch.

MANAGE_STATE = True
create_network(context, network)

Perform this operation in the context of the configured device plugins.

create_port(context, port)

Perform this operation in the context of the configured device plugins.

create_subnet(context, subnet)

For this model this method will be delegated to vswitch plugin

delete_network(context, id)

Perform this operation in the context of the configured device plugins.

delete_port(context, id)

Perform this operation in the context of the configured device plugins.

delete_subnet(context, id, kwargs)

For this model this method will be delegated to vswitch plugin

get_network(context, id, fields=None)

For this model this method will be delegated to vswitch plugin

get_networks(context, filters=None, fields=None)

For this model this method will be delegated to vswitch plugin

get_port(context, id, fields=None)

For this model this method will be delegated to vswitch plugin

get_ports(context, filters=None, fields=None)

For this model this method will be delegated to vswitch plugin

get_subnet(context, id, fields=None)

For this model this method will be delegated to vswitch plugin

get_subnets(context, filters=None, fields=None)

For this model this method will be delegated to vswitch plugin

supported_extension_aliases = []
update_network(context, id, network)

Perform this operation in the context of the configured device plugins.

update_port(context, id, port)

Perform this operation in the context of the configured device plugins.

update_subnet(context, id, subnet)

For this model this method will be delegated to vswitch plugin