cinder/doc/source
Gorka Eguileor 2f0bd74604 Fix get_driver_options
Any new Cinder driver we add that doesn't have the "get_driver_options"
method defined will break the driver list generation tools.

The reason why it breaks them is because this method must be static, yet
our base driver class doesn't define it as static.

This patch:

- Sets the base method as static to prevent new drivers from breaking
  the tools.

- Documents the existence of this method for driver developers.

- Adds get_driver_options method for drivers that are missing it.

- Fix macrosan_client help message that breaks the doc building process.

Closes-Bug: #1838225
Change-Id: I4797724d7b55709f0903d522b0233242b867146d
2019-07-31 20:24:52 +02:00
..
_extra Move cinder-manage page to cli doc subtree 2018-10-16 10:13:30 -04:00
admin Small doc updates: canonical URLs, rally doc, etc 2019-06-04 17:57:16 +02:00
cli Add Upgrade Check for Drivers Removed in Stein 2019-05-23 17:43:25 +00:00
common [DOC BLD FIX] Add missing glossaries 2017-07-19 16:45:45 +08:00
configuration Merge "Re-add Infortrend Cinder volume driver" 2019-07-25 22:01:35 +00:00
contributor Fix get_driver_options 2019-07-31 20:24:52 +02:00
images Update docs landing page to follow guideline 2018-11-02 09:46:34 -05:00
install Merge "Use new target_* options in documentation" 2019-03-01 21:56:56 +00:00
reference Merge "Re-add Infortrend Cinder volume driver" 2019-07-25 22:01:35 +00:00
user [Docs] Add documentation contribution docs 2017-08-10 15:52:46 -05:00
conf.py Base framework for cinder-status upgrade check 2018-10-17 11:51:04 -04:00
index.rst Update api-ref location 2019-07-22 18:28:04 +02:00
upgrade.rst Fix cinder-manage args --max_count in docs 2019-04-12 16:06:04 +08:00