The cinder.compute.nova Module

Handles all requests to Nova.

class API(db_driver=None)

Bases: cinder.db.base.Base

API for interacting with novaclient.

create_volume_snapshot(context, volume_id, create_info)
delete_volume_snapshot(context, snapshot_id, delete_info)
update_server_volume(context, server_id, attachment_id, new_volume_id)
novaclient(context, admin=False)

Previous topic

The cinder.compute.aggregate_states Module

Next topic

The cinder.consistencygroup.api Module

This Page