From 63aa6cbfb904f52824b2b44aaae22d6085bcd069 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Fri, 27 Jan 2017 18:37:46 +0900 Subject: [PATCH] [ops-guide] use https instead of http for docs.o.o Change-Id: Ibe98c45b03ae7f7113ee61b3ccebd7bc0013732d --- doc/ops-guide/setup.cfg | 2 +- doc/ops-guide/source/app-resources.rst | 8 ++-- doc/ops-guide/source/arch-compute-nodes.rst | 4 +- .../source/arch-example-nova-network.rst | 6 +-- .../source/arch-example-thoughts.rst | 2 +- doc/ops-guide/source/arch-network-design.rst | 2 +- doc/ops-guide/source/arch-scaling.rst | 2 +- doc/ops-guide/source/arch-storage.rst | 8 ++-- doc/ops-guide/source/operations.rst | 2 +- .../source/ops-advanced-configuration.rst | 12 +++--- doc/ops-guide/source/ops-backup-recovery.rst | 2 +- .../source/ops-customize-compute.rst | 2 +- .../source/ops-customize-dashboard.rst | 2 +- .../source/ops-customize-development.rst | 2 +- doc/ops-guide/source/ops-customize.rst | 2 +- doc/ops-guide/source/ops-lay-of-the-land.rst | 6 +-- .../source/ops-maintenance-controller.rst | 2 +- doc/ops-guide/source/ops-monitoring.rst | 6 +-- .../source/ops-network-troubleshooting.rst | 2 +- doc/ops-guide/source/ops-upgrades.rst | 16 +++---- .../source/ops-user-facing-operations.rst | 42 +++++++++---------- doc/ops-guide/source/ops-users.rst | 2 +- doc/ops-guide/source/preface.rst | 24 +++++------ 23 files changed, 79 insertions(+), 79 deletions(-) diff --git a/doc/ops-guide/setup.cfg b/doc/ops-guide/setup.cfg index 0ae3c3df69..9b099c6c43 100644 --- a/doc/ops-guide/setup.cfg +++ b/doc/ops-guide/setup.cfg @@ -3,7 +3,7 @@ name = openstackopsguide summary = OpenStack Operations Guide author = OpenStack author-email = openstack-docs@lists.openstack.org -home-page = http://docs.openstack.org/ +home-page = https://docs.openstack.org/ classifier = Environment :: OpenStack Intended Audience :: Information Technology diff --git a/doc/ops-guide/source/app-resources.rst b/doc/ops-guide/source/app-resources.rst index 007a3d750e..05b4e5564b 100644 --- a/doc/ops-guide/source/app-resources.rst +++ b/doc/ops-guide/source/app-resources.rst @@ -6,15 +6,15 @@ 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 `_ +- `OpenStack Administrator Guide `_ - `OpenStack Cloud Computing Cookbook (Packt Publishing) `_ diff --git a/doc/ops-guide/source/arch-compute-nodes.rst b/doc/ops-guide/source/arch-compute-nodes.rst index 00e52ac3bd..3b51a44fb3 100644 --- a/doc/ops-guide/source/arch-compute-nodes.rst +++ b/doc/ops-guide/source/arch-compute-nodes.rst @@ -75,9 +75,9 @@ is out of date. 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 66b6ee5c9e..c8e7b888e3 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 @@ -195,7 +195,7 @@ goes out of the cloud. .. tip:: - `Multi-host `_ + `Multi-host `_ is a high-availability option for the network configuration, where the ``nova-network`` service is run on every compute node instead of running on only a single node. @@ -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 d900fe8489..1c8a9f9da2 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/arch-network-design.rst b/doc/ops-guide/source/arch-network-design.rst index 059e7a3eae..7838fc309d 100644 --- a/doc/ops-guide/source/arch-network-design.rst +++ b/doc/ops-guide/source/arch-network-design.rst @@ -289,5 +289,5 @@ Conclusion Armed with your IP address layout and numbers and knowledge about the topologies and services you can use, it's now time to prepare the network for your installation. Be sure to also check out the `OpenStack -Security Guide `_ for tips on securing +Security Guide `_ for tips on securing your network. We wish you a good relationship with your networking team! diff --git a/doc/ops-guide/source/arch-scaling.rst b/doc/ops-guide/source/arch-scaling.rst index 9793ad5e9b..c3e92174c5 100644 --- a/doc/ops-guide/source/arch-scaling.rst +++ b/doc/ops-guide/source/arch-scaling.rst @@ -149,7 +149,7 @@ load-balancing method (DNS round robin, hardware load balancer, or software such as Pound or HAProxy). One caveat with dashboard is the VNC proxy, which uses the WebSocket protocol—something that an L7 load balancer might struggle with. See also `Horizon session storage -`_. +`_. You can configure some services, such as ``nova-api`` and ``glance-api``, to use multiple processes by changing a flag in their diff --git a/doc/ops-guide/source/arch-storage.rst b/doc/ops-guide/source/arch-storage.rst index 3f59e869af..f2a5bc7aaf 100644 --- a/doc/ops-guide/source/arch-storage.rst +++ b/doc/ops-guide/source/arch-storage.rst @@ -52,7 +52,7 @@ Storage. A good document describing the Object Storage architecture is found within the `developer -documentation `_ +documentation `_ — read this first. Once you understand the architecture, you should know what a proxy server does and how zones work. However, some important points are often missed at first glance. @@ -229,7 +229,7 @@ provided by OpenStack. * - Encryption set by… - Parameter in nova.conf - Admin establishing `encrypted volume type - `_, + `_, then user selecting encrypted volume - Not yet available - Shared File Systems service does not apply any additional encryption @@ -242,7 +242,7 @@ provided by OpenStack. a share was being created. In case of thin provisioning it can be partial space reservation (for more details see `Capabilities and Extra-Specs - `_ + `_ specification) .. note:: @@ -352,7 +352,7 @@ solution that you can use. In addition to the open source technologies, there are a number of proprietary solutions that are officially supported by OpenStack Block Storage. The full list of options can be found in the - `Available Drivers `_ + `Available Drivers `_ list. You can find a matrix of the functionality provided by all of the diff --git a/doc/ops-guide/source/operations.rst b/doc/ops-guide/source/operations.rst index 36b1931f16..71ace93e96 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 6722d7a477..b5b9b4610c 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,10 +31,10 @@ 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 `_. + page `_. The point we are trying to make here is that just because an option exists doesn't mean that option is relevant to your driver choices. @@ -106,7 +106,7 @@ consider tuning. It is by no means an exhaustive list. Security Configuration for Compute, Networking, and Storage ----------------------------------------------------------- -The `OpenStack Security Guide `_ +The `OpenStack Security Guide `_ provides a deep dive into securing an OpenStack cloud, including SSL/TLS, key management, PKI and certificate management, data transport and privacy concerns, and compliance. @@ -115,7 +115,7 @@ High Availability ----------------- The `OpenStack High Availability -Guide `_ offers +Guide `_ offers suggestions for elimination of a single point of failure that could cause system downtime. While it is not a completely prescriptive document, it offers methods and techniques for avoiding downtime and @@ -147,5 +147,5 @@ with one zone for each cluster, but be sure your network (WAN) can handle the additional request and response load between zones as you add more zones and build a ring that handles more zones. Refer to `Geographically Distributed Clusters -`_ +`_ in the documentation for additional information. diff --git a/doc/ops-guide/source/ops-backup-recovery.rst b/doc/ops-guide/source/ops-backup-recovery.rst index 0ea8e21118..fc498b470a 100644 --- a/doc/ops-guide/source/ops-backup-recovery.rst +++ b/doc/ops-guide/source/ops-backup-recovery.rst @@ -10,7 +10,7 @@ to how quickly you need to recover from data loss. If you cannot have any data loss at all, you should also focus on a highly available deployment. The `OpenStack High Availability - Guide `_ offers + Guide `_ offers suggestions for elimination of a single point of failure that could cause system downtime. While it is not a completely prescriptive document, it offers methods and techniques for avoiding downtime and diff --git a/doc/ops-guide/source/ops-customize-compute.rst b/doc/ops-guide/source/ops-customize-compute.rst index b596ae087a..cd9557eb96 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-customize-dashboard.rst b/doc/ops-guide/source/ops-customize-dashboard.rst index e538c47bd7..6df3bd3be2 100644 --- a/doc/ops-guide/source/ops-customize-dashboard.rst +++ b/doc/ops-guide/source/ops-customize-dashboard.rst @@ -6,4 +6,4 @@ The dashboard is based on the Python `Django `_ web application framework. The best guide to customizing it has already been written and can be found at `Building a Dashboard using Horizon -`_. +`_. diff --git a/doc/ops-guide/source/ops-customize-development.rst b/doc/ops-guide/source/ops-customize-development.rst index 6cd3106038..a5ec4c8526 100644 --- a/doc/ops-guide/source/ops-customize-development.rst +++ b/doc/ops-guide/source/ops-customize-development.rst @@ -8,4 +8,4 @@ builds an OpenStack development environment for you. You use it to create such an environment for developing a new feature. For more information on installing DevStack, see the -`DevStack `_ website. +`DevStack `_ website. diff --git a/doc/ops-guide/source/ops-customize.rst b/doc/ops-guide/source/ops-customize.rst index 989bc5f7ec..a904f93487 100644 --- a/doc/ops-guide/source/ops-customize.rst +++ b/doc/ops-guide/source/ops-customize.rst @@ -19,7 +19,7 @@ To take the first path, you can modify the OpenStack code directly. Learn `how to contribute `_, follow the `Developer's Guide -`_, make your +`_, make your changes, and contribute them back to the upstream OpenStack project. This path is recommended if the feature you need requires deep integration with an existing project. The community is always open to diff --git a/doc/ops-guide/source/ops-lay-of-the-land.rst b/doc/ops-guide/source/ops-lay-of-the-land.rst index 7d473a9b78..390e137954 100644 --- a/doc/ops-guide/source/ops-lay-of-the-land.rst +++ b/doc/ops-guide/source/ops-lay-of-the-land.rst @@ -18,7 +18,7 @@ tab with a :guilabel:`System Panel` and an :guilabel:`Identity` tab. These interfaces give you access to system information and usage as well as to settings for configuring what end users can do. Refer to the `OpenStack Administrator -Guide `__ for +Guide `__ for detailed how-to information about using the dashboard as an admin user. Command-Line Tools @@ -50,7 +50,7 @@ Install OpenStack command-line clients For instructions on installing, upgrading, or removing command-line clients, see the `Install the OpenStack command-line clients -`_ +`_ section in OpenStack End User Guide. .. note:: @@ -579,5 +579,5 @@ Summary We hope you have enjoyed this quick tour of your working environment, including how to interact with your cloud and extract useful information. From here, you can use the `OpenStack Administrator -Guide `_ as your +Guide `_ as your reference for all of the command-line functionality in your cloud. diff --git a/doc/ops-guide/source/ops-maintenance-controller.rst b/doc/ops-guide/source/ops-maintenance-controller.rst index e4fddc97f7..d8406313b7 100644 --- a/doc/ops-guide/source/ops-maintenance-controller.rst +++ b/doc/ops-guide/source/ops-maintenance-controller.rst @@ -82,7 +82,7 @@ have many missing services if it goes down. To avoid this situation, create a highly available cloud controller cluster. This is outside the scope of this document, but you can read more in the `OpenStack High Availability -Guide `_. +Guide `_. The next best approach is to use a configuration-management tool, such as Puppet, to automatically build a cloud controller. This should not diff --git a/doc/ops-guide/source/ops-monitoring.rst b/doc/ops-guide/source/ops-monitoring.rst index 4d3a5c916f..a2aa46d991 100644 --- a/doc/ops-guide/source/ops-monitoring.rst +++ b/doc/ops-guide/source/ops-monitoring.rst @@ -93,11 +93,11 @@ by the Telemetry service could be used for billing. Depending on deployment configuration, collected data may be accessible to users based on the deployment configuration. The Telemetry service provides a REST API documented at `ceilometer V2 Web API -`_. You can +`_. You can read more about the module in the `OpenStack Administrator -Guide `_ or +Guide `_ or in the `developer -documentation `_. +documentation `_. OpenStack Specific Resources ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/ops-guide/source/ops-network-troubleshooting.rst b/doc/ops-guide/source/ops-network-troubleshooting.rst index 83398b0885..d2aa94afae 100644 --- a/doc/ops-guide/source/ops-network-troubleshooting.rst +++ b/doc/ops-guide/source/ops-network-troubleshooting.rst @@ -98,7 +98,7 @@ software defined networking (SDN) hardware or plug-ins that use Linux native facilities on your hosts, such as Open vSwitch or Linux Bridge. The networking chapter of the `OpenStack Administrator -Guide `_ +Guide `_ shows a variety of networking scenarios and their connection paths. The purpose of this section is to give you the tools to troubleshoot the various components involved however they are plumbed together in your diff --git a/doc/ops-guide/source/ops-upgrades.rst b/doc/ops-guide/source/ops-upgrades.rst index 7dcc99f5e9..e1f66f95b0 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. @@ -188,13 +188,13 @@ Refer to the following upgrade notes for information on upgrading specific OpenStack services: * `Upgrading the Networking service - `_ + `_ * `Upgrading the Compute service - `_ + `_ * `Upgrading the Identity service - `_ + `_ * `Upgrading the Block Storage service - `_ + `_ Prerequisites ------------- @@ -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/ops-user-facing-operations.rst b/doc/ops-guide/source/ops-user-facing-operations.rst index a8eb03338b..a250dfb531 100644 --- a/doc/ops-guide/source/ops-user-facing-operations.rst +++ b/doc/ops-guide/source/ops-user-facing-operations.rst @@ -316,7 +316,7 @@ A full set of options can be found using: $ glance help or the `Command-Line Interface -Reference `__. +Reference `__. The Image service and the Database ---------------------------------- @@ -851,7 +851,7 @@ or run this from the command line: For more information about updating Block Storage volumes (for example, resizing or transferring), see the `OpenStack End User - Guide `__. + Guide `__. Block Storage Creation Failures ------------------------------- @@ -878,7 +878,7 @@ The default configuration of the Shared File Systems service depends on the back-end driver the admin chooses when starting the Shared File Systems service. For more information about existing back-end drivers, see `Share Backends -`__ +`__ of Shared File Systems service Developer Guide. For example, in case of OpenStack Block Storage based back-end is used, the Shared File Systems service cares about everything, including VMs, networking, keypairs, and @@ -902,36 +902,36 @@ large number of operations with shares: * Use security services For more information on share management see `Share management -`__ +`__ of chapter “Shared File Systems” in OpenStack Administrator Guide. As to Security services, you should remember that different drivers support different authentication methods, while generic driver does not support Security Services at all (see section `Security services -`__ +`__ of chapter “Shared File Systems” in OpenStack Administrator Guide). You can create a share in a network, list shares, and show information for, update, and delete a specified share. You can also create snapshots of shares (see `Share snapshots -`__ +`__ of chapter “Shared File Systems” in OpenStack Administrator Guide). There are default and specific share types that allow you to filter or choose back-ends before you create a share. Functions and behaviour of share type is similar to Block Storage volume type (see `Share types -`__ +`__ of chapter “Shared File Systems” in OpenStack Administrator Guide). To help users keep and restore their data, Shared File Systems service provides a mechanism to create and operate snapshots (see `Share snapshots -`__ +`__ of chapter “Shared File Systems” in OpenStack Administrator Guide). A security service stores configuration information for clients for authentication and authorization. Inside Manila a share network can be associated with up to three security types (for detailed information see `Security services -`__ +`__ of chapter “Shared File Systems” in OpenStack Administrator Guide): * LDAP @@ -953,7 +953,7 @@ called StandaloneNetworkPlugin is used. In this case, provide network information in the configuration: IP range, network type, and segmentation ID. Also you can add security services to a share network (see section -`“Networking” `__ +`“Networking” `__ of chapter “Shared File Systems” in OpenStack Administrator Guide). @@ -961,7 +961,7 @@ The main idea of consistency groups is to enable you to create snapshots at the exact same point in time from multiple file system shares. Those snapshots can be then used for restoring all shares that were associated with the consistency group (see section `“Consistency -groups” `__ +groups” `__ of chapter “Shared File Systems” in OpenStack Administrator Guide). Shared File System storage allows administrators to set limits and @@ -988,7 +988,7 @@ quotas for the following resources: User can see his rate limits and absolute limits by running commands :command:`manila rate-limits` and :command:`manila absolute-limits` respectively. For more details on limits and quotas see `Quotas and limits -`__ +`__ of "Share management" section of OpenStack Administrator Guide document. This section lists several of the most important Use Cases that @@ -1171,7 +1171,7 @@ system and use it for your purposes. .. note:: See `Share Management - `__ + `__ of “Shared File Systems” section of OpenStack Administrator Guide document for the details on share management operations. @@ -1254,7 +1254,7 @@ specified access rules: For the details of features supported by different drivers see `Manila share features support mapping - `__ + `__ of Manila Developer Guide document. Manage Shares @@ -1409,7 +1409,7 @@ permissions to run it: For more details and additional information about other cases, features, API commands etc, see `Share Management - `__ + `__ of “Shared File Systems” section of OpenStack Administrator Guide document. Create Snapshots @@ -1468,7 +1468,7 @@ To make sure that the snapshot is available, run: For more details and additional information on snapshots, see `Share Snapshots - `__ + `__ of “Shared File Systems” section of “OpenStack Administrator Guide” document. @@ -1542,7 +1542,7 @@ Share use case described earlier in this chapter. .. tip:: See `Share Networks - `__ + `__ of “Shared File Systems” section of OpenStack Administrator Guide document for more details. @@ -1617,7 +1617,7 @@ You also can add and remove the security services to the share network. .. tip:: For details, see subsection `Security Services - `__ + `__ of “Shared File Systems” section of OpenStack Administrator Guide document. Instances @@ -2007,13 +2007,13 @@ is now attached as ``/dev/vda``: Read more detailed instructions for launching an instance from a bootable volume in the `OpenStack End User -Guide `__. +Guide `__. To boot normally from an image and attach block storage, map to a device other than vda. You can find instructions for launching an instance and attaching a volume to the instance and for copying the image to the attached volume in the `OpenStack End User -Guide `__. +Guide `__. Taking Snapshots ~~~~~~~~~~~~~~~~ @@ -2284,7 +2284,7 @@ Good Luck! This section was intended as a brief introduction to some of the most useful of many OpenStack commands. For an exhaustive list, please refer -to the `OpenStack Administrator Guide `__. +to the `OpenStack Administrator Guide `__. We hope your users remain happy and recognize your hard work! (For more hard work, turn the page to the next chapter, where we discuss the system-facing operations: maintenance, failures and debugging.) diff --git a/doc/ops-guide/source/ops-users.rst b/doc/ops-guide/source/ops-users.rst index e31f62ccc2..346ad27da9 100644 --- a/doc/ops-guide/source/ops-users.rst +++ b/doc/ops-guide/source/ops-users.rst @@ -6,7 +6,7 @@ The OpenStack Dashboard provides a graphical interface to manage users. This section describes user management with the Dashboard. You can also `manage projects, users, and roles -`_ +`_ from the command-line clients. In addition, many sites write custom tools for local needs to enforce diff --git a/doc/ops-guide/source/preface.rst b/doc/ops-guide/source/preface.rst index b98ba628fe..ce65f8dd17 100644 --- a/doc/ops-guide/source/preface.rst +++ b/doc/ops-guide/source/preface.rst @@ -131,7 +131,7 @@ Further Reading --------------- There are other books on the `OpenStack documentation -website `_ that can help you get the job +website `_ that can help you get the job done. Installation Tutorials and Guides @@ -139,41 +139,41 @@ 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 -`OpenStack Administrator Guide `_ +`OpenStack Administrator Guide `_ Contains how-to information for managing an OpenStack cloud as needed for your use cases, such as storage, computing, or software-defined-networking -`OpenStack High Availability Guide `_ +`OpenStack High Availability Guide `_ Describes potential strategies for making your OpenStack services and related controllers and data stores highly available -`OpenStack Security Guide `_ +`OpenStack Security Guide `_ Provides best practices and conceptual information about securing an OpenStack cloud -`Virtual Machine Image Guide `_ +`Virtual Machine Image Guide `_ Shows you how to obtain, create, and modify virtual machine images that are compatible with OpenStack -`OpenStack End User Guide `_ +`OpenStack End User Guide `_ Shows OpenStack end users how to create and manage resources in an 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). @@ -438,7 +438,7 @@ content on GitHub and enables collaboration among contributors. Learn more about how to contribute to the OpenStack docs at `OpenStack Documentation Contributor -Guide `_. +Guide `_. If you find a bug and can't fix it or aren't sure it's really a doc bug, log a bug at `OpenStack