
The next patch in the documentation migration process brings over the very popular configuration reference guide. This required moving the 'block-storage' section from config-reference in openstack-manuals. It also brings with it a number of supporting tables. With this patch in place it becomes imperative that we make sure that any changes that touch config options also come with a patch to this part of Cinder. As with the other changes, this is intended to just make the content accessible on the web again. There are definitely changes/improvements needed to make this integrate better with out index page and to ensure the content is accurate. Later patches will address those needs. Change-Id: I05c243001e17f18c8b8e9aba91b4f3e2811bf023
37 lines
1.6 KiB
ReStructuredText
37 lines
1.6 KiB
ReStructuredText
..
|
|
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-blockbridge:
|
|
|
|
.. list-table:: Description of BlockBridge EPS volume driver configuration options
|
|
:header-rows: 1
|
|
:class: config-ref-table
|
|
|
|
* - Configuration option = Default value
|
|
- Description
|
|
* - **[DEFAULT]**
|
|
-
|
|
* - ``blockbridge_api_host`` = ``None``
|
|
- (String) IP address/hostname of Blockbridge API.
|
|
* - ``blockbridge_api_port`` = ``None``
|
|
- (Integer) Override HTTPS port to connect to Blockbridge API server.
|
|
* - ``blockbridge_auth_password`` = ``None``
|
|
- (String) Blockbridge API password (for auth scheme 'password')
|
|
* - ``blockbridge_auth_scheme`` = ``token``
|
|
- (String) Blockbridge API authentication scheme (token or password)
|
|
* - ``blockbridge_auth_token`` = ``None``
|
|
- (String) Blockbridge API token (for auth scheme 'token')
|
|
* - ``blockbridge_auth_user`` = ``None``
|
|
- (String) Blockbridge API user (for auth scheme 'password')
|
|
* - ``blockbridge_default_pool`` = ``None``
|
|
- (String) Default pool name if unspecified.
|
|
* - ``blockbridge_pools`` = ``{'OpenStack': '+openstack'}``
|
|
- (Dict) Defines the set of exposed pools and their associated backend query strings
|