This Page

The quantum.plugins.plumgrid.plumgrid_nos_plugin.plumgrid_plugin Module

Quantum PLUMgrid Plug-in for PLUMgrid Virtual Technology This plugin will forward authenticated REST API calls to the Network Operating System by PLUMgrid called NOS

class quantum.plugins.plumgrid.plumgrid_nos_plugin.plumgrid_plugin.QuantumPluginPLUMgridV2

Bases: quantum.db.db_base_plugin_v2.QuantumDbPluginV2

create_network(context, network)

Create network core Quantum API

create_port(context, port)

Create port core Quantum API

create_subnet(context, subnet)

Create subnet core Quantum API

delete_network(context, net_id)

Delete network core Quantum API

delete_port(context, port_id)

Delete port core Quantum API

delete_subnet(context, subnet_id)

Delete subnet core Quantum API

update_network(context, net_id, network)

Update network core Quantum API

update_port(context, port_id, port)

Update port core Quantum API

update_subnet(context, subnet_id, subnet)

Update subnet core Quantum API