The nova.api.openstack.compute.contrib.networks Module

class NetworkController(network_api=None)

Bases: object

action(req, id, body)
add(req, body)
create(req, body)
delete(req, id)
index(req)
show(req, id)
class Networks(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Admin-only Network Management Extension

alias = 'os-networks'
get_resources()
name = 'Networks'
namespace = 'http://docs.openstack.org/compute/ext/networks/api/v1.1'
updated = '2011-12-23T00:00:00+00:00'
network_dict(context, network)

Previous topic

The nova.api.openstack.compute.contrib.multiple_create Module

Next topic

The nova.api.openstack.compute.contrib.quota_classes Module

This Page