Backend
(volume_backend_name, **driver_cfg)[source]¶Bases: object
Representation of a Cinder Driver.
User facing attributes are:
backends
= {}¶config
¶dump
¶dumps
¶global_initialization
= False¶global_setup
(file_locks_path=None, root_helper='sudo', suppress_requests_ssl_warnings=True, disable_logs=True, non_uuid_ids=False, output_all_backend_info=False, project_id=None, user_id=None, persistence_config=None, fail_on_missing_backend=True, host=None, **cinder_config_params)[source]¶id
¶json
¶jsons
¶list_supported_drivers
(output_version=1)[source]¶Returns dictionary with driver classes names as keys.
The output of the method changes from version to version, so we can pass the output_version parameter to specify which version we are expecting.
pool_names
¶validate_connector
(connector_dict)[source]¶Raise exception if missing info for volume’s connect call.
volumes
¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.