Previous topic

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

Next topic

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

This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.2 docs or all OpenStack docs too.

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

class NetworkController(network_api=None)

Bases: object

action(req, id, body)
create(req, id, body=None)
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(network)