Fix some problems found by checklink
Fix problems found by "tox -e checklink" - URLs that are not valid. Change-Id: Ib7361f138282f8e04e2103a460f8bc0b1be48f48
This commit is contained in:
@@ -135,7 +135,7 @@ compute node runs its own ``nova-network`` service. In both cases, all
|
|||||||
traffic between VMs and the internet flows through ``nova-network``. Each
|
traffic between VMs and the internet flows through ``nova-network``. Each
|
||||||
mode has benefits and drawbacks. For more on this, see the Network
|
mode has benefits and drawbacks. For more on this, see the Network
|
||||||
Topology section in the `OpenStack Operations Guide
|
Topology section in the `OpenStack Operations Guide
|
||||||
<http://http://docs.openstack.org/openstack-ops/content/network_design.html#network_topology>`__.
|
<http://docs.openstack.org/openstack-ops/content/network_design.html#network_topology>`__.
|
||||||
|
|
||||||
All networking options require network connectivity to be already set up
|
All networking options require network connectivity to be already set up
|
||||||
between OpenStack physical nodes. OpenStack does not configure any
|
between OpenStack physical nodes. OpenStack does not configure any
|
||||||
|
@@ -208,6 +208,10 @@ htmlhelp_basename = 'admin-guide-cloud'
|
|||||||
# If true, publish source files
|
# If true, publish source files
|
||||||
# html_copy_source = True
|
# html_copy_source = True
|
||||||
|
|
||||||
|
# -- Options for linkcheck ------------------------------------------------
|
||||||
|
linkcheck_ignore = [r'https://127.0.0.1',
|
||||||
|
r'https://swift.example.com/']
|
||||||
|
|
||||||
# -- Options for LaTeX output ---------------------------------------------
|
# -- Options for LaTeX output ---------------------------------------------
|
||||||
|
|
||||||
latex_elements = {
|
latex_elements = {
|
||||||
|
@@ -79,9 +79,9 @@ events, samples, alarm definitions and alarms are stored.
|
|||||||
|
|
||||||
The list of supported database back ends:
|
The list of supported database back ends:
|
||||||
|
|
||||||
- `ElasticSearch (events only) <http://www.elasticsearch.org/>`__
|
- `ElasticSearch (events only) <https://www.elastic.co/>`__
|
||||||
|
|
||||||
- `MongoDB <http://www.mongodb.org/>`__
|
- `MongoDB <https://www.mongodb.org/>`__
|
||||||
|
|
||||||
- `MySQL <http://www.mysql.com/>`__
|
- `MySQL <http://www.mysql.com/>`__
|
||||||
|
|
||||||
@@ -149,9 +149,9 @@ external networking services:
|
|||||||
|
|
||||||
- SDN controller meters:
|
- SDN controller meters:
|
||||||
|
|
||||||
- `OpenDaylight <http://www.opendaylight.org/>`__
|
- `OpenDaylight <https://www.opendaylight.org/>`__
|
||||||
|
|
||||||
- `OpenContrail <http://opencontrail.org/>`__
|
- `OpenContrail <http://www.opencontrail.org/>`__
|
||||||
|
|
||||||
|
|
|
|
||||||
|
|
||||||
|
@@ -33,7 +33,7 @@ module in the :file:`nova.conf` file:
|
|||||||
If the log level is set to ``debug``, you can also specify
|
If the log level is set to ``debug``, you can also specify
|
||||||
``logging_debug_format_suffix`` to append extra formatting.
|
``logging_debug_format_suffix`` to append extra formatting.
|
||||||
For information about what variables are available for the
|
For information about what variables are available for the
|
||||||
formatter see http://docs.python.org/library/logging.html#formatter.
|
formatter see http://docs.python.org/library/logging.html#formatter-objects.
|
||||||
|
|
||||||
You have two options for logging for OpenStack Compute based on
|
You have two options for logging for OpenStack Compute based on
|
||||||
configuration settings. In :file:`nova.conf`, include the
|
configuration settings. In :file:`nova.conf`, include the
|
||||||
|
@@ -35,8 +35,8 @@
|
|||||||
<literal>logging_debug_format_suffix</literal> to
|
<literal>logging_debug_format_suffix</literal> to
|
||||||
append extra formatting. For information about what
|
append extra formatting. For information about what
|
||||||
variables are available for the formatter see: <link
|
variables are available for the formatter see: <link
|
||||||
xlink:href="http://docs.python.org/library/logging.html#formatter"
|
xlink:href="http://docs.python.org/library/logging.html#formatter-objects"
|
||||||
>http://docs.python.org/library/logging.html#formatter</link>.</para>
|
>http://docs.python.org/library/logging.html#formatter-objects</link>.</para>
|
||||||
<para>You have two options for logging for OpenStack Compute
|
<para>You have two options for logging for OpenStack Compute
|
||||||
based on configuration settings. In
|
based on configuration settings. In
|
||||||
<filename>nova.conf</filename>, include the
|
<filename>nova.conf</filename>, include the
|
||||||
|
@@ -209,6 +209,9 @@ htmlhelp_basename = 'user-guide-admin'
|
|||||||
# If true, publish source files
|
# If true, publish source files
|
||||||
# html_copy_source = True
|
# html_copy_source = True
|
||||||
|
|
||||||
|
# -- Options for linkcheck ------------------------------------------------
|
||||||
|
linkcheck_ignore = [r'https://build.opensuse.org']
|
||||||
|
|
||||||
# -- Options for LaTeX output ---------------------------------------------
|
# -- Options for LaTeX output ---------------------------------------------
|
||||||
|
|
||||||
latex_elements = {
|
latex_elements = {
|
||||||
|
Reference in New Issue
Block a user