This Page

The quantum.plugins.metaplugin.meta_quantum_plugin Module

exception quantum.plugins.metaplugin.meta_quantum_plugin.FaildToAddFlavorBinding(**kwargs)

Bases: quantum.common.exceptions.QuantumException

message = 'Failed to add flavor binding'
exception quantum.plugins.metaplugin.meta_quantum_plugin.FlavorNotFound(**kwargs)

Bases: quantum.common.exceptions.NotFound

message = 'Flavor %(flavor)s could not be found'
class quantum.plugins.metaplugin.meta_quantum_plugin.MetaPluginV2(configfile=None)

Bases: quantum.db.db_base_plugin_v2.QuantumDbPluginV2, quantum.db.extraroute_db.ExtraRoute_db_mixin

create_network(context, network)
create_port(context, port)
create_router(context, router)
create_subnet(context, subnet)
delete_network(context, id)
delete_port(context, id, l3_port_check=True)
delete_router(context, id)
delete_subnet(context, id)
get_network(context, id, fields=None)
get_networks(context, filters=None, fields=None)
get_networks_with_flavor(context, filters=None, fields=None)
get_router(context, id, fields=None)
get_routers(context, filters=None, fields=None)
get_routers_with_flavor(context, filters=None, fields=None)
update_network(context, id, network)
update_port(context, id, port)
update_router(context, id, router)
update_subnet(context, id, subnet)