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

The server password extension.

class ServerPasswordController

Bases: object

The flavor access API controller for the OpenStack API.

delete(req, server_id)
index(req, server_id)
class ServerPasswordTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
class Server_password(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Server password support.

alias = 'os-server-password'
get_resources()
name = 'ServerPassword'
namespace = 'http://docs.openstack.org/compute/ext/server-password/api/v2'
updated = '2012-11-29T00:00:00+00:00'

Previous topic

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

Next topic

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

This Page