From 9cb98fdaeae516ec1934e2dd589d9a3060b48e8c Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Tue, 1 May 2018 08:08:22 -0500 Subject: [PATCH] Remove Nimble static config option table Switch to using config-table directive. Change-Id: I46d51fc6ae22170a364cfcba64944987279f0fa4 --- .../drivers/nimble-volume-driver.rst | 4 ++- .../configuration/tables/cinder-nimble.inc | 28 ------------------- 2 files changed, 3 insertions(+), 29 deletions(-) delete mode 100644 doc/source/configuration/tables/cinder-nimble.inc diff --git a/doc/source/configuration/block-storage/drivers/nimble-volume-driver.rst b/doc/source/configuration/block-storage/drivers/nimble-volume-driver.rst index 478f3f64737..bf5b7c1c739 100644 --- a/doc/source/configuration/block-storage/drivers/nimble-volume-driver.rst +++ b/doc/source/configuration/block-storage/drivers/nimble-volume-driver.rst @@ -151,8 +151,10 @@ Configuration options The Nimble storage driver supports these configuration options: -.. include:: ../../tables/cinder-nimble.inc +.. config-table:: + :config-target: Nimble + cinder.volume.drivers.nimble Multipathing ~~~~~~~~~~~~ diff --git a/doc/source/configuration/tables/cinder-nimble.inc b/doc/source/configuration/tables/cinder-nimble.inc deleted file mode 100644 index 6c97a74450b..00000000000 --- a/doc/source/configuration/tables/cinder-nimble.inc +++ /dev/null @@ -1,28 +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-nimble: - -.. list-table:: Description of Nimble driver configuration options - :header-rows: 1 - :class: config-ref-table - - * - Configuration option = Default value - - Description - * - **[DEFAULT]** - - - * - ``nimble_pool_name`` = ``default`` - - (String) Nimble Controller pool name - * - ``nimble_subnet_label`` = ``*`` - - (String) Nimble Subnet Label - * - ``nimble_verify_cert_path`` = ``None`` - - (String) Path to Nimble Array SSL certificate - * - ``nimble_verify_certificate`` = ``False`` - - (String) Whether to verify Nimble SSL Certificate