The nova.api.openstack.compute.scheduler_hints Module

class SchedulerHints(extension_info)

Bases: nova.api.openstack.extensions.V21APIExtensionBase

Pass arbitrary key/value pairs to the scheduler.

alias = 'os-scheduler-hints'
get_controller_extensions()
get_resources()
get_server_create_schema(version)
name = 'SchedulerHints'
server_create(server_dict, create_kwargs, req_body)
version = 1

Previous topic

The nova.api.openstack.compute.rescue Module

Next topic

The nova.api.openstack.compute.schemas.access_ips Module

Project Source

This Page