The nova.conductor.manager Module

Handles database requests from other nova services.

class ConductorManager(*args, **kwargs)

Bases: nova.manager.Manager

Mission: TBD.

RPC_API_VERSION = '1.48'
action_event_finish(context, values)
action_event_start(context, values)
agent_build_get_by_triple(context, hypervisor, os, architecture)
aggregate_get(*args, **kwargs)
aggregate_get_by_host(context, host, key=None)
aggregate_host_add(*args, **kwargs)
aggregate_host_delete(*args, **kwargs)
aggregate_metadata_add(context, aggregate, metadata, set_delete=False)
aggregate_metadata_delete(*args, **kwargs)
aggregate_metadata_get_by_host(context, host, key='availability_zone')
block_device_mapping_destroy(context, bdms=None, instance=None, volume_id=None, device_name=None)
block_device_mapping_get_all_by_instance(context, instance)
block_device_mapping_update_or_create(context, values, create=None)
bw_usage_update(context, uuid, mac, start_period, bw_in=None, bw_out=None, last_ctr_in=None, last_ctr_out=None, last_refreshed=None)
compute_api
compute_confirm_resize(context, instance, migration_ref)
compute_node_create(context, values)
compute_node_delete(context, node)
compute_node_update(context, node, values, prune_stats=False)
compute_stop(context, instance, do_cast=True)
compute_unrescue(context, instance)
get_backdoor_port(context)
get_ec2_ids(context, instance)
instance_destroy(context, instance)
instance_fault_create(context, values)
instance_get(*args, **kwargs)
instance_get_active_by_window(context, begin, end=None, project_id=None, host=None)
instance_get_active_by_window_joined(context, begin, end=None, project_id=None, host=None)
instance_get_all(context)
instance_get_all_by_filters(context, filters, sort_key, sort_dir, columns_to_join=None)
instance_get_all_by_host(context, host, node=None, columns_to_join=None)
instance_get_all_hung_in_rebooting(context, timeout)
instance_get_by_uuid(*args, **kwargs)
instance_info_cache_delete(context, instance)
instance_info_cache_update(context, instance, values)
instance_type_get(context, instance_type_id)
instance_update(*args, **kwargs)
migration_create(context, instance, values)
migration_get(*args, **kwargs)
migration_get_in_progress_by_host_and_node(context, host, node)
migration_get_unconfirmed_by_dest_compute(context, confirm_window, dest_compute)
migration_update(*args, **kwargs)
network_api
network_migrate_instance_finish(context, instance, migration)
network_migrate_instance_start(context, instance, migration)
notify_usage_exists(context, instance, current_period=False, ignore_missing_network_data=True, system_metadata=None, extra_usage_info=None)
ping(context, arg)
provider_fw_rule_get_all(context)
quota_commit(context, reservations, project_id=None)
quota_rollback(context, reservations, project_id=None)
security_group_get_by_instance(context, instance)
security_group_rule_get_by_security_group(context, secgroup)
security_groups_trigger_handler(context, event, args)
security_groups_trigger_members_refresh(context, group_ids)
service_create(context, values)
service_destroy(*args, **kwargs)
service_get_all_by(*args, **kwargs)
service_update(*args, **kwargs)
task_log_begin_task(context, task_name, begin, end, host, task_items=None, message=None)
task_log_end_task(context, task_name, begin, end, host, errors, message=None)
task_log_get(context, task_name, begin, end, host, state=None)
vol_get_usage_by_time(context, start_time)
vol_usage_update(context, vol_id, rd_req, rd_bytes, wr_req, wr_bytes, instance, last_refreshed=None, update_totals=False)

Previous topic

The nova.conductor.api Module

Next topic

The nova.conductor.rpcapi Module

This Page