Bases: nova.api.openstack.wsgi.Controller
The Server API base controller class for the OpenStack API.
Creates a new server for a given user.
Destroys a server.
Returns a list of server details for a given user.
Returns a list of server names and ids for a given user.
Returns server details by server id.
Update server then pass on to version-specific controller.
Remove search options that are not valid for non-admin API/context.