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.ips Module

class nova.api.openstack.ips.Controller

Bases: object

The servers addresses API controller for the Openstack API.

create(req, server_id, body)
delete(req, server_id, id)
class nova.api.openstack.ips.ControllerV10

Bases: nova.api.openstack.ips.Controller

index(req, server_id)
show(req, server_id, id)
class nova.api.openstack.ips.ControllerV11

Bases: nova.api.openstack.ips.Controller

index(req, server_id)
show(req, server_id, id)
class nova.api.openstack.ips.IPXMLSerializer(xmlns='http://docs.openstack.org/compute/api/v1.1')

Bases: nova.api.openstack.wsgi.XMLDictSerializer

index(addresses_container)
networks_to_xml(xml_doc, networks_container)
show(network_container)
nova.api.openstack.ips.create_resource(version)