Fix doc generation warnings
Fix the following warnings. - A warning in config sample generation - Warnings about nova-status.rst Change-Id: Ifcc3b4a89eeea9d0dd62e2a8b560c5e6a9ff3d1a Closes-Bug: #1659485
This commit is contained in:
@@ -61,16 +61,25 @@ Upgrade
|
|||||||
service catalog.
|
service catalog.
|
||||||
|
|
||||||
**Return Codes**
|
**Return Codes**
|
||||||
::
|
|
||||||
|
|
||||||
0) All upgrade readiness checks passed successfully and there is nothing
|
.. list-table::
|
||||||
|
:widths: 20 80
|
||||||
|
:header-rows: 1
|
||||||
|
|
||||||
|
* - Return code
|
||||||
|
- Description
|
||||||
|
* - 0
|
||||||
|
- All upgrade readiness checks passed successfully and there is nothing
|
||||||
to do.
|
to do.
|
||||||
1) At least one check encountered an issue and requires further
|
* - 1
|
||||||
|
- At least one check encountered an issue and requires further
|
||||||
investigation. This is considered a warning but the upgrade may be OK.
|
investigation. This is considered a warning but the upgrade may be OK.
|
||||||
2) There was an upgrade status check failure that needs to be
|
* - 2
|
||||||
|
- There was an upgrade status check failure that needs to be
|
||||||
investigated. This should be considered something that stops an
|
investigated. This should be considered something that stops an
|
||||||
upgrade.
|
upgrade.
|
||||||
255) An unexpected error occurred.
|
* - 255
|
||||||
|
- An unexpected error occurred.
|
||||||
|
|
||||||
**History of Checks**
|
**History of Checks**
|
||||||
|
|
||||||
|
|||||||
@@ -2,8 +2,6 @@
|
|||||||
output_file = etc/nova/nova.conf.sample
|
output_file = etc/nova/nova.conf.sample
|
||||||
wrap_width = 80
|
wrap_width = 80
|
||||||
namespace = nova.conf
|
namespace = nova.conf
|
||||||
namespace = nova.api
|
|
||||||
namespace = nova.cells
|
|
||||||
namespace = oslo.log
|
namespace = oslo.log
|
||||||
namespace = oslo.messaging
|
namespace = oslo.messaging
|
||||||
namespace = oslo.policy
|
namespace = oslo.policy
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ oslo.config.opts =
|
|||||||
nova.conf = nova.conf.opts:list_opts
|
nova.conf = nova.conf.opts:list_opts
|
||||||
|
|
||||||
oslo.config.opts.defaults =
|
oslo.config.opts.defaults =
|
||||||
nova.api = nova.common.config:set_middleware_defaults
|
nova.conf = nova.common.config:set_middleware_defaults
|
||||||
|
|
||||||
oslo.policy.enforcer =
|
oslo.policy.enforcer =
|
||||||
nova = nova.policy:get_enforcer
|
nova = nova.policy:get_enforcer
|
||||||
|
|||||||
Reference in New Issue
Block a user