Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add missing flagmappings from recent changes in nova
Closes-Bug: #1423373 Closes-Bug: #1415705 Partial-bug: #1417631 Change-Id: Ifce8c104da158f1da7006a95d51ff82f8de71293
- Loading branch information
Showing
16 changed files
with
186 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<para xmlns="http://docbook.org/ns/docbook" version="5.0"> | ||
<!-- Warning: Do not edit this file. It is automatically | ||
generated and your changes will be overwritten. | ||
The tool to do so lives in openstack-doc-tools repository. --> | ||
<table rules="all" xml:id="config_table_nova_barbican"> | ||
<caption>Description of Barbican configuration options</caption> | ||
<col width="50%"/> | ||
<col width="50%"/> | ||
<thead> | ||
<tr> | ||
<th>Configuration option = Default value</th> | ||
<th>Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<th colspan="2">[barbican]</th> | ||
</tr> | ||
<tr> | ||
<td><option>cafile</option> = <replaceable>None</replaceable></td> | ||
<td>(StrOpt) PEM encoded Certificate Authority to use when verifying HTTPs connections.</td> | ||
</tr> | ||
<tr> | ||
<td><option>catalog_info</option> = <replaceable>key-manager:barbican:public</replaceable></td> | ||
<td>(StrOpt) Info to match when looking for barbican in the service catalog. Format is: separated values of the form: <service_type>:<service_name>:<endpoint_type></td> | ||
</tr> | ||
<tr> | ||
<td><option>certfile</option> = <replaceable>None</replaceable></td> | ||
<td>(StrOpt) PEM encoded client certificate cert file</td> | ||
</tr> | ||
<tr> | ||
<td><option>endpoint_template</option> = <replaceable>None</replaceable></td> | ||
<td>(StrOpt) Override service catalog lookup with template for barbican endpoint e.g. http://localhost:9311/v1/%(project_id)s</td> | ||
</tr> | ||
<tr> | ||
<td><option>insecure</option> = <replaceable>False</replaceable></td> | ||
<td>(BoolOpt) Verify HTTPS connections.</td> | ||
</tr> | ||
<tr> | ||
<td><option>keyfile</option> = <replaceable>None</replaceable></td> | ||
<td>(StrOpt) PEM encoded client certificate key file</td> | ||
</tr> | ||
<tr> | ||
<td><option>os_region_name</option> = <replaceable>None</replaceable></td> | ||
<td>(StrOpt) Region name of this node</td> | ||
</tr> | ||
<tr> | ||
<td><option>timeout</option> = <replaceable>None</replaceable></td> | ||
<td>(IntOpt) Timeout value for http requests</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</para> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<para xmlns="http://docbook.org/ns/docbook" version="5.0"> | ||
<!-- Warning: Do not edit this file. It is automatically | ||
generated and your changes will be overwritten. | ||
The tool to do so lives in openstack-doc-tools repository. --> | ||
<table rules="all" xml:id="config_table_nova_quobyte"> | ||
<caption>Description of Quobyte USP volume driver configuration options</caption> | ||
<col width="50%"/> | ||
<col width="50%"/> | ||
<thead> | ||
<tr> | ||
<th>Configuration option = Default value</th> | ||
<th>Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<th colspan="2">[libvirt]</th> | ||
</tr> | ||
<tr> | ||
<td><option>quobyte_client_cfg</option> = <replaceable>None</replaceable></td> | ||
<td>(StrOpt) Path to a Quobyte Client configuration file.</td> | ||
</tr> | ||
<tr> | ||
<td><option>quobyte_mount_point_base</option> = <replaceable>$state_path/mnt</replaceable></td> | ||
<td>(StrOpt) Directory where the Quobyte volume is mounted on the compute node</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</para> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.