diff --git a/doc/ops-guide/source/app-resources.rst b/doc/ops-guide/source/app-resources.rst
index 05b4e5564b..bba74b4d60 100644
--- a/doc/ops-guide/source/app-resources.rst
+++ b/doc/ops-guide/source/app-resources.rst
@@ -6,13 +6,13 @@ OpenStack
~~~~~~~~~
- `OpenStack Installation Tutorial for openSUSE and SUSE Linux Enterprise
- Server `_
+ Server `_
- `OpenStack Installation Tutorial for Red Hat Enterprise Linux and CentOS
- `_
+ `_
- `OpenStack Installation Tutorial for Ubuntu
- Server `_
+ Server `_
- `OpenStack Administrator Guide `_
diff --git a/doc/ops-guide/source/arch-compute-nodes.rst b/doc/ops-guide/source/arch-compute-nodes.rst
index 3b51a44fb3..f33cd3b09b 100644
--- a/doc/ops-guide/source/arch-compute-nodes.rst
+++ b/doc/ops-guide/source/arch-compute-nodes.rst
@@ -77,7 +77,7 @@ The best information available to support your choice is found on the
`Hypervisor Support Matrix
`_
and in the `configuration reference
-`_.
+`_.
.. note::
diff --git a/doc/ops-guide/source/arch-example-nova-network.rst b/doc/ops-guide/source/arch-example-nova-network.rst
index c8e7b888e3..725c9abb7d 100644
--- a/doc/ops-guide/source/arch-example-nova-network.rst
+++ b/doc/ops-guide/source/arch-example-nova-network.rst
@@ -158,7 +158,7 @@ We chose the *SQL back end for Identity* over others, such as LDAP. This
back end is simple to install and is robust. The authors acknowledge
that many installations want to bind with existing directory services
and caution careful understanding of the `array of options available
-`_.
+`_.
Block Storage (cinder) is installed natively on external storage nodes
and uses the *LVM/iSCSI plug-in*. Most Block Storage plug-ins are tied
@@ -255,7 +255,7 @@ You can extend this reference architecture as follows:
- Add an OpenStack Storage service (see the Object Storage chapter in
the `Installation Tutorials and Guides
- `_ for your distribution).
+ `_ for your distribution).
- Add additional OpenStack Block Storage hosts (see
:doc:`ops-maintenance`).
diff --git a/doc/ops-guide/source/arch-example-thoughts.rst b/doc/ops-guide/source/arch-example-thoughts.rst
index a4097b6a80..13fa6ebc11 100644
--- a/doc/ops-guide/source/arch-example-thoughts.rst
+++ b/doc/ops-guide/source/arch-example-thoughts.rst
@@ -7,6 +7,6 @@ provide a few clearly-marked and tested paths for your OpenStack
exploration. If you're looking for additional ideas, check out
:doc:`app-usecases`, the
`Installation Tutorials and Guides
-`_, or the
+`_, or the
`OpenStack User Stories
page `_.
diff --git a/doc/ops-guide/source/operations.rst b/doc/ops-guide/source/operations.rst
index 71ace93e96..9c5efcc056 100644
--- a/doc/ops-guide/source/operations.rst
+++ b/doc/ops-guide/source/operations.rst
@@ -4,7 +4,7 @@ Operations
Congratulations! By now, you should have a solid design for your cloud.
We now recommend that you turn to the `Installation Tutorials and Guides
-`_, which contains a
+`_, which contains a
step-by-step guide on how to manually install the OpenStack packages and
dependencies on your cloud.
diff --git a/doc/ops-guide/source/ops-advanced-configuration.rst b/doc/ops-guide/source/ops-advanced-configuration.rst
index b5b9b4610c..e0bec29c88 100644
--- a/doc/ops-guide/source/ops-advanced-configuration.rst
+++ b/doc/ops-guide/source/ops-advanced-configuration.rst
@@ -12,7 +12,7 @@ possible deployments with the default configuration values.
At the time of writing, OpenStack has more than 3,000 configuration
options. You can see them documented at the
`OpenStack Configuration Reference
-`_.
+`_.
This chapter cannot hope to document all of these, but we do try to
introduce the important concepts so that you know where to go digging
for more information.
@@ -31,7 +31,7 @@ different tuning requirements.
The currently implemented hypervisors are listed on the `OpenStack
Configuration Reference
- `__.
+ `__.
You can see a matrix of the various features in OpenStack Compute
(nova) hypervisor drivers at the `Hypervisor support matrix
page `_.
diff --git a/doc/ops-guide/source/ops-customize-compute.rst b/doc/ops-guide/source/ops-customize-compute.rst
index cd9557eb96..46d89f26d9 100644
--- a/doc/ops-guide/source/ops-customize-compute.rst
+++ b/doc/ops-guide/source/ops-customize-compute.rst
@@ -7,7 +7,7 @@ using a driver architecture. You can write a driver that conforms to a
particular interface and plug it in through configuration. For example,
you can easily plug in a new scheduler for Compute. The existing
schedulers for Compute are feature full and well documented at `Scheduling
-`_.
+`_.
However, depending on your user's use cases, the existing schedulers
might not meet your requirements. You might need to create a new scheduler.
diff --git a/doc/ops-guide/source/ops-upgrades.rst b/doc/ops-guide/source/ops-upgrades.rst
index e2363c771e..5814e47423 100644
--- a/doc/ops-guide/source/ops-upgrades.rst
+++ b/doc/ops-guide/source/ops-upgrades.rst
@@ -36,7 +36,7 @@ Upgrade planning
- Consider adopting structure and options from the service
configuration files and merging them with existing configuration
files. The `OpenStack Configuration
- Reference `_
+ Reference `_
contains new, updated, and deprecated options for most services.
- Like all major system upgrades, your upgrade could fail for one or
@@ -96,7 +96,7 @@ Watch the network
To set up the test environment, you can use one of several methods:
- Do a full manual install by using the `Installation Tutorials and Guides
- `_ for
+ `_ for
your platform. Review the final configuration files and installed
packages.
@@ -177,7 +177,7 @@ Upgrade process
This section describes the process to upgrade a basic OpenStack
deployment based on the basic two-node architecture in the `Installation
Tutorials and Guides
-`_. All
+`_. All
nodes must run a supported distribution of Linux with a recent kernel
and the current release packages.
@@ -243,7 +243,7 @@ Perform a backup
Consider updating your SQL server configuration as described in the
`Installation Tutorials and Guides
- `_.
+ `_.
Manage repositories
-------------------
diff --git a/doc/ops-guide/source/preface.rst b/doc/ops-guide/source/preface.rst
index 9d30bb52ac..5bbb1714f1 100644
--- a/doc/ops-guide/source/preface.rst
+++ b/doc/ops-guide/source/preface.rst
@@ -139,15 +139,15 @@ Installation Tutorials and Guides
automation, for multiple distributions based on a packaging system:
- `OpenStack Installation Tutorial for openSUSE and SUSE Linux Enterprise
- `_
+ `_
- `OpenStack Installation Tutorial for Red Hat Enterprise Linux and CentOS
- `_
+ `_
- `OpenStack Installation Tutorial for Ubuntu
- `_
+ `_
-`OpenStack Configuration Reference `_
+`OpenStack Configuration Reference `_
Contains a reference listing of all configuration options for core
and integrated OpenStack services by release version
@@ -173,7 +173,7 @@ Installation Tutorials and Guides
OpenStack cloud with the OpenStack dashboard and OpenStack client
commands
-`OpenStack Networking Guide `_
+`OpenStack Networking Guide `_
This guide targets OpenStack administrators seeking to deploy and
manage OpenStack Networking (neutron).