From 8876df2663128b94fa97437d93c53037595a3c67 Mon Sep 17 00:00:00 2001 From: chenxing Date: Thu, 29 Sep 2016 09:07:47 +0000 Subject: [PATCH] [ops-guide] Update links to newton Change-Id: If971bfd5b4763f5f5bb42298ba273c5f534b989d --- doc/ops-guide/source/arch-compute-nodes.rst | 2 +- doc/ops-guide/source/arch-example-nova-network.rst | 2 +- doc/ops-guide/source/ops-advanced-configuration.rst | 4 ++-- doc/ops-guide/source/ops-customize-compute.rst | 2 +- doc/ops-guide/source/ops-upgrades.rst | 2 +- doc/ops-guide/source/preface.rst | 10 +++++----- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/ops-guide/source/arch-compute-nodes.rst b/doc/ops-guide/source/arch-compute-nodes.rst index 6378c9b5a9..00e52ac3bd 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 c72230e877..f250a95dd6 100644 --- a/doc/ops-guide/source/arch-example-nova-network.rst +++ b/doc/ops-guide/source/arch-example-nova-network.rst @@ -157,7 +157,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 diff --git a/doc/ops-guide/source/ops-advanced-configuration.rst b/doc/ops-guide/source/ops-advanced-configuration.rst index 2de484f1d3..6722d7a477 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 7b26a4fcd3..94f2fcd6e3 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 39ab11645d..e89df95016 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 diff --git a/doc/ops-guide/source/preface.rst b/doc/ops-guide/source/preface.rst index 228b2c6a1e..6ed66438ec 100644 --- a/doc/ops-guide/source/preface.rst +++ b/doc/ops-guide/source/preface.rst @@ -139,15 +139,15 @@ OpenStack Installation Guides automation, for multiple distributions based on a packaging system: - `Installation Guide for openSUSE and SUSE Linux Enterprise - `_ + `_ - `Installation Guide for Red Hat Enterprise Linux and CentOS - `_ + `_ - `Installation Guide 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 @@ OpenStack Installation 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).