Remove Tintri static config option table

Switch to using config-table directive.

Change-Id: Ie22e1d911546eb91f74a71d20374ad3510292b75
This commit is contained in:
Sean McGinnis 2018-05-02 06:22:30 -05:00
parent ac2a518b5e
commit cca67b268e
2 changed files with 4 additions and 33 deletions

View File

@ -78,4 +78,7 @@ following actions:
{vmstore_data_ip}:/tintri/{submount2}
.. include:: ../../tables/cinder-tintri.inc
.. config-table::
:config-target: Tintri
cinder.volume.drivers.tintri

View File

@ -1,32 +0,0 @@
..
Warning: Do not edit this file. It is automatically generated from the
software project's code and your changes will be overwritten.
The tool to generate this file lives in openstack-doc-tools repository.
Please make any changes needed in the code, then run the
autogenerate-config-doc tool from the openstack-doc-tools repository, or
ask for help on the documentation mailing list, IRC channel or meeting.
.. _cinder-tintri:
.. list-table:: Description of Tintri volume driver configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[DEFAULT]**
-
* - ``tintri_api_version`` = ``v310``
- (String) API version for the storage system
* - ``tintri_image_cache_expiry_days`` = ``30``
- (Integer) Delete unused image snapshots older than mentioned days
* - ``tintri_image_shares_config`` = ``None``
- (String) Path to image nfs shares file
* - ``tintri_server_hostname`` = ``None``
- (String) The hostname (or IP address) for the storage system
* - ``tintri_server_password`` = ``None``
- (String) Password for the storage system
* - ``tintri_server_username`` = ``None``
- (String) User name for the storage system