Dominic Schlegel 7caea1c0c2 Remove warning that docs are auto generated
The warning in question has been generated by the obsolete tool
autogenerate-config-doc which has been removed 2 years ago by
https://review.opendev.org/#/c/509401/


Change-Id: Ib00514ae82a0e942d14fb604aec3983fa74bff38
2019-10-10 13:21:10 +00:00

19 lines
864 B
PHP

.. _cinder-osbrick:
.. list-table:: Description of os-brick configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[privsep_osbrick]**
-
* - ``capabilities`` = ``[]``
- (Unknown) List of Linux capabilities retained by the privsep daemon.
* - ``group`` = ``None``
- (String) Group that the privsep daemon should run as.
* - ``helper_command`` = ``None``
- (String) Command to invoke to start the privsep daemon if not using the "fork" method. If not specified, a default is generated using "sudo privsep-helper" and arguments designed to recreate the current configuration. This command must accept suitable --privsep_context and --privsep_sock_path arguments.
* - ``user`` = ``None``
- (String) User that the privsep daemon should run as.