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

class SchedulerHintsController(view_builder=None)

Bases: nova.api.openstack.wsgi.Controller

create(req, body)
wsgi_actions = {}
wsgi_extensions = [('create', None)]
class Scheduler_hints(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Pass arbitrary key/value pairs to the scheduler.

alias = 'OS-SCH-HNT'
get_controller_extensions()
name = 'SchedulerHints'
namespace = 'http://docs.openstack.org/compute/ext/scheduler-hints/api/v2'
updated = '2011-07-19T00:00:00Z'

Previous topic

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

Next topic

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

Project Source

This Page