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

The server password extension.

class ServerPasswordController

Bases: object

The Server Password API controller for the OpenStack API.

delete(req, server_id)
index(req, server_id)
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:00Z'

Previous topic

The nova.api.openstack.compute.legacy_v2.contrib.server_list_multi_status Module

Next topic

The nova.api.openstack.compute.legacy_v2.contrib.server_sort_keys Module

Project Source

This Page