Handles all requests to Nova.
API
¶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)¶extend_volume
(context, server_ids, volume_id)¶get_server
(context, server_id, privileged_user=False, timeout=None)¶update_server_volume
(context, server_id, src_volid, new_volume_id)¶novaclient
(context, privileged_user=False, timeout=None, api_version=None)¶Returns a Nova client
If True, use the account from configuration (requires ‘auth_type’ and the other usual Keystone authentication options to be set in the [nova] section)
Number of seconds to wait for an answer before raising a Timeout exception (None to disable)
api version of nova
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.