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:
Andreas Jaeger 2015-08-24 19:26:05 +02:00
parent 0c8798bf2d
commit 01c25f985b
6 changed files with 15 additions and 8 deletions

View File

@ -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
mode has benefits and drawbacks. For more on this, see the Network
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
between OpenStack physical nodes. OpenStack does not configure any

View File

@ -208,6 +208,10 @@ htmlhelp_basename = 'admin-guide-cloud'
# If true, publish source files
# html_copy_source = True
# -- Options for linkcheck ------------------------------------------------
linkcheck_ignore = [r'https://127.0.0.1',
r'https://swift.example.com/']
# -- Options for LaTeX output ---------------------------------------------
latex_elements = {

View File

@ -79,9 +79,9 @@ events, samples, alarm definitions and alarms are stored.
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/>`__
@ -149,9 +149,9 @@ external networking services:
- SDN controller meters:
- `OpenDaylight <http://www.opendaylight.org/>`__
- `OpenDaylight <https://www.opendaylight.org/>`__
- `OpenContrail <http://opencontrail.org/>`__
- `OpenContrail <http://www.opencontrail.org/>`__
|

View File

@ -33,7 +33,7 @@ module in the :file:`nova.conf` file:
If the log level is set to ``debug``, you can also specify
``logging_debug_format_suffix`` to append extra formatting.
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
configuration settings. In :file:`nova.conf`, include the

View File

@ -35,8 +35,8 @@
<literal>logging_debug_format_suffix</literal> to
append extra formatting. For information about what
variables are available for the formatter see: <link
xlink:href="http://docs.python.org/library/logging.html#formatter"
>http://docs.python.org/library/logging.html#formatter</link>.</para>
xlink:href="http://docs.python.org/library/logging.html#formatter-objects"
>http://docs.python.org/library/logging.html#formatter-objects</link>.</para>
<para>You have two options for logging for OpenStack Compute
based on configuration settings. In
<filename>nova.conf</filename>, include the

View File

@ -209,6 +209,9 @@ htmlhelp_basename = 'user-guide-admin'
# If true, publish source files
# html_copy_source = True
# -- Options for linkcheck ------------------------------------------------
linkcheck_ignore = [r'https://build.opensuse.org']
# -- Options for LaTeX output ---------------------------------------------
latex_elements = {