This Page

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

The nova.api.openstack.ips Module

class nova.api.openstack.ips.Controller

Bases: nova.api.openstack.common.OpenstackController

The servers addresses API controller for the Openstack API.

create(req, server_id)
delete(req, server_id, id)
index(req, server_id)
private(req, server_id)
public(req, server_id)
show(req, server_id, id)