Previous topic

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

Next topic

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

This Page

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

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

class Controller(**kwargs)

Bases: nova.api.openstack.compute.servers.Controller

wsgi_actions = {}
wsgi_extensions = []
class Createserverext(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Extended support to the Create Server v1.1 API

alias = 'os-create-server-ext'
get_resources()
name = 'Createserverext'
namespace = 'http://docs.openstack.org/compute/ext/createserverext/api/v1.1'
updated = '2011-07-19T00:00:00+00:00'
class ViewBuilder

Bases: nova.api.openstack.compute.views.servers.ViewBuilder

Adds security group output when viewing server details.

show(request, instance)

Detailed view of a single instance.