This Page

The quantum.plugins.nicira.nicira_nvp_plugin.extensions.nvp_networkgw Module

class quantum.plugins.nicira.nicira_nvp_plugin.extensions.nvp_networkgw.NetworkGatewayPluginBase

Bases: object

connect_network(context, network_gateway_id, network_mapping_info)
create_network_gateway(context, network_gateway)
delete_network_gateway(context, id)
disconnect_network(context, network_gateway_id, network_mapping_info)
get_network_gateway(context, id, fields=None)
get_network_gateways(context, filters=None, fields=None)
update_network_gateway(context, id, network_gateway)
class quantum.plugins.nicira.nicira_nvp_plugin.extensions.nvp_networkgw.Nvp_networkgw

Bases: object

API extension for Layer-2 Gateway support.

The Layer-2 gateway feature allows for connecting quantum networks with external networks at the layer-2 level. No assumption is made on the location of the external network, which might not even be directly reachable from the hosts where the VMs are deployed.

This is achieved by instantiating ‘network gateways’, and then connecting Quantum network to them.

classmethod get_alias()
classmethod get_description()
classmethod get_name()
classmethod get_namespace()
classmethod get_resources()

Returns Ext Resources

classmethod get_updated()