cinder/cinder/interface
Walter A. Boring IV fb3b843b66 Add get_driver_options method
This patch adds a new static method to drivers to expose their
configuration options.  This also adds the same call to backup drivers
as well as the zone manager drivers.
Updated the generate_driver_list to expose the options as well.

This patch also orders the driver list alphabetically to make it easier
and consistent to find drivers.   The driver list is now broken down
into supported and unsupported drivers as well.

Change-Id: I3e7db26ef3df24a12e3bfa219fe25bfb315335ec
2019-03-07 09:18:01 -05: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
backup_verify_driver.py Fix some format error in docstrings 2017-03-30 10:01:18 +08:00
base.py Handle deprecation of inspect.getargspec 2017-11-21 12:57:05 -06: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 Make scheduler check online_extend_support capability 2018-06-26 14:42:34 -03: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