Previous topic

The nova.api.openstack.compute.images Module

Next topic

The nova.api.openstack.compute.limits 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.ips Module

class AddressesTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
class Controller(**kwargs)

Bases: nova.api.openstack.wsgi.Controller

The servers addresses API controller for the OpenStack API.

create(req, server_id, body)
delete(req, server_id, id)
index(req, server_id)
show(req, server_id, id)
wsgi_actions = {}
wsgi_extensions = []
class NetworkTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
create_resource()
make_network(elem)