The nova.api.openstack.compute.server_password
Module¶
The server password extension.
-
class
ServerPassword
(extension_info)¶ Bases:
nova.api.openstack.extensions.V21APIExtensionBase
Server password support.
-
alias
= 'os-server-password'¶
-
get_controller_extensions
()¶
-
get_resources
()¶
-
name
= 'ServerPassword'¶
-
version
= 1¶
-
-
class
ServerPasswordController
¶ Bases:
nova.api.openstack.wsgi.Controller
The Server Password API controller for the OpenStack API.
-
clear
(*args, **kwargs)¶ Removes the encrypted server password from the metadata server
Note that this does not actually change the instance server password.
-
index
(*args, **kwargs)¶
-
wsgi_actions
= {}¶
-
wsgi_extensions
= []¶
-