From 222df9185782f59ffdc96c3534afaa2fb1361235 Mon Sep 17 00:00:00 2001 From: chengebj5238 Date: Thu, 18 Jan 2018 17:03:11 +0800 Subject: [PATCH] Modify redirection URL and broken URL Change-Id: I9a04cb2fbe61e1fbd8185ab2fac9abbcea4d55cc --- doc/source/admin/objectstorage-monitoring.rst | 2 +- doc/source/admin_guide.rst | 2 +- doc/source/api/object_api_v1_overview.rst | 6 +++--- doc/source/api/temporary_url_middleware.rst | 2 +- doc/source/associated_projects.rst | 18 +++++++++--------- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/doc/source/admin/objectstorage-monitoring.rst b/doc/source/admin/objectstorage-monitoring.rst index 74533bb17d..d38618e071 100644 --- a/doc/source/admin/objectstorage-monitoring.rst +++ b/doc/source/admin/objectstorage-monitoring.rst @@ -5,7 +5,7 @@ Object Storage monitoring .. note:: This section was excerpted from a `blog post by Darrell - Bishop `_ and + Bishop `_ and has since been edited. An OpenStack Object Storage cluster is a collection of many daemons that diff --git a/doc/source/admin_guide.rst b/doc/source/admin_guide.rst index 229770a63e..2e3500127e 100644 --- a/doc/source/admin_guide.rst +++ b/doc/source/admin_guide.rst @@ -817,7 +817,7 @@ resolves to an IPv4 address, an IPv4 socket will be used to send StatsD UDP packets, even if the hostname would also resolve to an IPv6 address. .. _StatsD: http://codeascraft.etsy.com/2011/02/15/measure-anything-measure-everything/ -.. _Graphite: http://graphite.wikidot.com/ +.. _Graphite: http://graphiteapp.org/ .. _Ganglia: http://ganglia.sourceforge.net/ The sample rate is a real number between 0 and 1 which defines the diff --git a/doc/source/api/object_api_v1_overview.rst b/doc/source/api/object_api_v1_overview.rst index 099fbd1db0..4776a8e104 100644 --- a/doc/source/api/object_api_v1_overview.rst +++ b/doc/source/api/object_api_v1_overview.rst @@ -171,14 +171,14 @@ The API Reference describes the operations that you can perform with the Object Storage API: - `Storage - accounts `__: + accounts `__: Use to perform account-level tasks. Lists containers for a specified account. Creates, updates, and deletes account metadata. Shows account metadata. - `Storage - containers `__: + containers `__: Use to perform container-level tasks. Lists objects in a specified container. Creates, shows details for, @@ -186,7 +186,7 @@ Object Storage API: container metadata. - `Storage - objects `__: + objects `__: Use to perform object-level tasks. Creates, replaces, shows details for, and deletes objects. Copies diff --git a/doc/source/api/temporary_url_middleware.rst b/doc/source/api/temporary_url_middleware.rst index 76f5dfa6cf..4e6216115b 100644 --- a/doc/source/api/temporary_url_middleware.rst +++ b/doc/source/api/temporary_url_middleware.rst @@ -57,7 +57,7 @@ or ISO 8601 UTC timestamp. For example, ``1390852007`` or ``Mon, 27 Jan 2014 19:46:47 GMT``. For more information, see `Epoch & Unix Timestamp Conversion -Tools `__. +Tools `__. **filename**: Optional. Overrides the default file name. Object Storage generates a default file name for **GET** temporary URLs that is based on the diff --git a/doc/source/associated_projects.rst b/doc/source/associated_projects.rst index c59014d4c1..4c6b8216ce 100644 --- a/doc/source/associated_projects.rst +++ b/doc/source/associated_projects.rst @@ -10,20 +10,20 @@ Application Bindings * OpenStack supported binding: - * `Python-SwiftClient `_ + * `Python-SwiftClient `_ * Unofficial libraries and bindings: * `PHP-opencloud `_ - Official Rackspace PHP bindings that should work for other Swift deployments too. - * `PyRAX `_ - Official Rackspace Python bindings for CloudFiles that should work for other Swift deployments too. + * `PyRAX `_ - Official Rackspace Python bindings for CloudFiles that should work for other Swift deployments too. * `openstack.net `_ - Official Rackspace .NET bindings that should work for other Swift deployments too. * `RSwift `_ - R API bindings. * `Go language bindings `_ * `supload `_ - Bash script to upload file to cloud storage based on OpenStack Swift API. * `libcloud `_ - Apache Libcloud - a unified interface in Python for different clouds with OpenStack Swift support. * `SwiftBox `_ - C# library using RestSharp - * `jclouds `_ - Java library offering bindings for all OpenStack projects - * `java-openstack-swift `_ - Java bindings for OpenStack Swift + * `jclouds `_ - Java library offering bindings for all OpenStack projects + * `java-openstack-swift `_ - Java bindings for OpenStack Swift * `swift_client `_ - Small but powerful Ruby client to interact with OpenStack Swift * `nightcrawler_swift `_ - This Ruby gem teleports your assets to a OpenStack Swift bucket/container * `swift storage `_ - Simple OpenStack Swift storage client. @@ -94,13 +94,13 @@ Storage Backends (DiskFile API implementations) Developer Tools --------------- -* `SAIO bash scripts `_ - +* `SAIO bash scripts `_ - Well commented simple bash scripts for Swift all in one setup. * `vagrant-swift-all-in-one `_ - Quickly setup a standard development environment using Vagrant and Chef cookbooks in an Ubuntu virtual machine. -* `SAIO Ansible playbook `_ - +* `SAIO Ansible playbook `_ - Quickly setup a standard development environment using Vagrant and Ansible in a Fedora virtual machine (with built-in `Swift-on-File `_ support). @@ -111,11 +111,11 @@ Other * `Glance `_ - Provides services for discovering, registering, and retrieving virtual machine images (for OpenStack Compute [Nova], for example). * `Better Staticweb `_ - Makes swift containers accessible by default. * `Django Swiftbrowser `_ - Simple Django web app to access OpenStack Swift. -* `Swift-account-stats `_ - Swift-account-stats is a tool to report statistics on Swift usage at tenant and global levels. +* `Swift-account-stats `_ - Swift-account-stats is a tool to report statistics on Swift usage at tenant and global levels. * `PyECLib `_ - High Level Erasure Code library used by Swift * `liberasurecode `_ - Low Level Erasure Code library used by PyECLib -* `Swift Browser `_ - JavaScript interface for Swift +* `Swift Browser `_ - JavaScript interface for Swift * `swift-ui `_ - OpenStack Swift web browser -* `Swift Durability Calculator `_ - Data Durability Calculation Tool for Swift +* `Swift Durability Calculator `_ - Data Durability Calculation Tool for Swift * `swiftbackmeup `_ - Utility that allows one to create backups and upload them to OpenStack Swift * `Multi Swift `_ - Bash scripts to spin up multiple Swift clusters sharing the same hardware