Previous topic

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

Next topic

The nova.api.openstack.compute.contrib.flavormanage 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.flavorextraspecs Module

The instance type extra specs extension

class ExtraSpecsTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
class FlavorExtraSpecsController

Bases: object

The flavor extra specs API controller for the OpenStack API

create(req, flavor_id, body)
delete(req, flavor_id, id)

Deletes an existing extra spec

index(req, flavor_id)

Returns the list of extra specs for a givenflavor

show(req, flavor_id, id)

Return a single extra spec item

update(req, flavor_id, id, body)
class Flavorextraspecs(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Instance type (flavor) extra specs

alias = 'os-flavor-extra-specs'
get_resources()
name = 'FlavorExtraSpecs'
namespace = 'http://docs.openstack.org/compute/ext/flavor_extra_specs/api/v1.1'
updated = '2011-06-23T00:00:00+00:00'