cinder/cinder/interface
Gorka Eguileor e071ee2632 Docs: Document clone_image driver method
This patch improves and fixes the documentation of the clone_image
driver method and updates the parameters in various places where the
method is declared where they presented the wrong parameters.

Since there is a valid default implementation for the method, a small
text has been added to indicate that some of the core methods, like this
one, are optional.

To avoid getting docstrings from the driver and the interface (which is
the one used for the documentation) out of sync we replace the
description on cinder/volume/driver.py with a text referencing the
interface docstring.

Change-Id: I09a8357e15b9041790285ab1f9a3cdd7a18243b4
2022-05-12 20:02:56 +02:00
..
__init__.py Add driver interface checks 2016-06-13 15:21:47 +00:00
backup_chunked_driver.py Fix doc comments 2016-11-11 18:53:29 +05:30
backup_driver.py Merge "Add cinder backup service initialize check" 2017-07-25 22:42:57 +00:00
base.py Replace getargspec with getfullargspec 2021-05-13 09:22:14 +08:00
fczm_driver.py Add driver interface checks 2016-06-13 15:21:47 +00:00
util.py Add get_driver_options method 2019-03-07 09:18:01 -05:00
volume_consistencygroup_driver.py Add driver interface checks 2016-06-13 15:21:47 +00:00
volume_driver.py Docs: Document clone_image driver method 2022-05-12 20:02:56 +02:00
volume_group_driver.py Add driver interface for groups 2016-11-30 13:48:45 -05:00
volume_manageable_driver.py Add driver interface documentation for list manageable 2017-06-29 01:27:00 +00:00
volume_snapshot_revert.py Add snapshots to minimum driver interface 2018-05-10 13:52:32 +00:00
volume_snapshotmanagement_driver.py Fix some format error in docstrings 2017-03-30 10:01:18 +08:00