Replace references to swift.openstack.org

The policy of giving projects vanity domains stopped about 5 years ago.
swift.openstack.org is a redirect to the canonical location -
docs.openstack.org/developer/swift. While we are not aiming to remove
the redirect any time in the forseeable future due to existing published
links pointing to it, we should at the very least stop adding more of
those links to the world.

Change-Id: I10e92309f5d3b5f908fe4438f5cc0b184f161cba
This commit is contained in:
Monty Taylor 2017-03-08 09:46:41 -06:00
parent b522edf96d
commit 3c844d02b9
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
44 changed files with 66 additions and 66 deletions

View File

@ -426,7 +426,7 @@ swift (2.7.0, OpenStack Mitaka)
default it will stagger the firing.
* Added an operational procedures guide to the docs. It can be
found at http://swift.openstack.org/ops_runbook/index.html and
found at http://docs.openstack.org/developer/swift/ops_runbook/index.html and
includes information on detecting and handling day-to-day
operational issues in a Swift cluster.
@ -596,7 +596,7 @@ swift (2.6.0)
* Container sync has been improved to more quickly find and iterate over
the containers to be synced. This reduced server load and lowers the
time required to see data propagate between two clusters. Please see
http://swift.openstack.org/overview_container_sync.html for more details
http://docs.openstack.org/developer/swift/overview_container_sync.html for more details
about the new on-disk structure for tracking synchronized containers.
* A container POST will now update that container's put-timestamp value.
@ -682,7 +682,7 @@ swift (2.4.0)
server config setting ("allow_versions"), if it is currently enabled.
The existing container server config setting enables existing
containers to continue being versioned. Please see
http://swift.openstack.org/middleware.html#how-to-enable-object-versioning-in-a-swift-cluster
http://docs.openstack.org/developer/swift/middleware.html#how-to-enable-object-versioning-in-a-swift-cluster
for further upgrade notes.
* Allow 1+ object-servers-per-disk deployment
@ -807,7 +807,7 @@ swift (2.3.0, OpenStack Kilo)
ssync for durability. Deployers are urged to do extensive testing and
not deploy production data using an erasure code storage policy.
Full docs are at http://swift.openstack.org/overview_erasure_code.html
Full docs are at http://docs.openstack.org/developer/swift/overview_erasure_code.html
* Add support for container TempURL Keys.
@ -816,7 +816,7 @@ swift (2.3.0, OpenStack Kilo)
* Swift now supports composite tokens. This allows another service to
act on behalf of a user, but only with that user's consent.
See http://swift.openstack.org/overview_auth.html for more details.
See http://docs.openstack.org/developer/swift/overview_auth.html for more details.
* Multi-region replication was improved. When replicating data to a
different region, only one replica will be pushed per replication
@ -824,7 +824,7 @@ swift (2.3.0, OpenStack Kilo)
locally instead of pushing more data over the inter-region network.
* Internal requests from the ratelimit middleware now properly log a
swift_source. See http://swift.openstack.org/logs.html for details.
swift_source. See http://docs.openstack.org/developer/swift/logs.html for details.
* Improved storage policy support for quarantine stats in swift-recon.
@ -960,7 +960,7 @@ swift (2.2.0, OpenStack Juno)
now requires that ACLs be set on IDs, which are unique across
domains, and further restricts setting new ACLs to only use IDs.
Please see http://swift.openstack.org/overview_auth.html for
Please see http://docs.openstack.org/developer/swift/overview_auth.html for
more information on configuring Swift and Keystone together.
* Swift now supports server-side account-to-account copy. Server-
@ -1077,7 +1077,7 @@ swift (2.0.0)
them. A policy is set on a Swift container at container creation
time and cannot be changed.
Full docs are at http://swift.openstack.org/overview_policies.html
Full docs are at http://docs.openstack.org/developer/swift/overview_policies.html
* Add profiling middleware in Swift
@ -1171,7 +1171,7 @@ swift (1.13.0)
the header is a JSON dictionary string to be interpreted by the
auth system. A reference implementation is given in TempAuth.
Please see the full docs at
http://swift.openstack.org/overview_auth.html
http://docs.openstack.org/developer/swift/overview_auth.html
* Added a WSGI environment flag to stop swob from always using
absolute location. This is useful if middleware needs to use
@ -1253,7 +1253,7 @@ swift (1.12.0)
* New container sync configuration option, separating the end user
from knowing the required end point and adding more secure
signed requests. See
http://swift.openstack.org/overview_container_sync.html for full
http://docs.openstack.org/developer/swift/overview_container_sync.html for full
information.
* bulk middleware now can be configured to retry deleting containers.

View File

@ -419,9 +419,9 @@ Ignored if IOPRIO_CLASS_IDLE is set.
.LP
More in depth documentation about the swift-account-server and
also OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/admin_guide.html
.BI http://docs.openstack.org/developer/swift/admin_guide.html
and
.BI http://swift.openstack.org
.BI http://docs.openstack.org/developer/swift
.SH "SEE ALSO"

View File

@ -466,9 +466,9 @@ Ignored if IOPRIO_CLASS_IDLE is set.
.LP
More in depth documentation about the swift-container-server and
also OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/admin_guide.html
.BI http://docs.openstack.org/developer/swift/admin_guide.html
and
.BI http://swift.openstack.org
.BI http://docs.openstack.org/developer/swift
.SH "SEE ALSO"

View File

@ -101,9 +101,9 @@ Whether to run the object report. The default is yes.
.LP
More in depth documentation about the swift-dispersion utilities and
also OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/admin_guide.html#cluster-health
.BI http://docs.openstack.org/developer/swift/admin_guide.html#cluster-health
and
.BI http://swift.openstack.org
.BI http://docs.openstack.org/developer/swift
.SH "SEE ALSO"

View File

@ -235,9 +235,9 @@ Path to recon cache directory. The default is /var/cache/swift.
.LP
More in depth documentation about the swift-object-expirer and
also OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/admin_guide.html
.BI http://docs.openstack.org/developer/swift/admin_guide.html
and
.BI http://swift.openstack.org
.BI http://docs.openstack.org/developer/swift
.SH "SEE ALSO"

View File

@ -585,9 +585,9 @@ Ignored if IOPRIO_CLASS_IDLE is set.
.LP
More in depth documentation about the swift-object-server and
also OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/admin_guide.html
.BI http://docs.openstack.org/developer/swift/admin_guide.html
and
.BI http://swift.openstack.org
.BI http://docs.openstack.org/developer/swift
.SH "SEE ALSO"

View File

@ -1077,9 +1077,9 @@ Ignored if IOPRIO_CLASS_IDLE is set.
.LP
More in depth documentation about the swift-proxy-server and
also OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/admin_guide.html
.BI http://docs.openstack.org/developer/swift/admin_guide.html
and
.BI http://swift.openstack.org
.BI http://docs.openstack.org/developer/swift
.SH "SEE ALSO"
.BR swift-proxy-server(1)

View File

@ -58,6 +58,6 @@ Also download files and verify md5
More in depth documentation in regards to
.BI swift\-account\-audit
and also about OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html
and
.BI http://docs.openstack.org

View File

@ -56,7 +56,7 @@ The options are as follows:
More in depth documentation in regards to
.BI swift-account-auditor
and also about OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html
.SH "SEE ALSO"
.BR account-server.conf(5)

View File

@ -60,7 +60,7 @@ location /etc/swift
.SH DOCUMENTATION
.LP
More documentation about OpenStack Swift can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html
.SH "SEE ALSO"

View File

@ -62,7 +62,7 @@ The options are as follows:
More in depth documentation in regards to
.BI swift-object-auditor
and also about OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html
.SH "SEE ALSO"

View File

@ -64,7 +64,7 @@ The options are as follows:
More in depth documentation in regards to
.BI swift-account-replicator
and also about OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html
.SH "SEE ALSO"

View File

@ -38,7 +38,7 @@ objects are.
More in depth documentation in regards to
.BI swift-account-server
and also about OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html
and
.BI http://docs.openstack.org

View File

@ -46,6 +46,6 @@ Use wsgi/paste parser instead of readconf
More in depth documentation in regards to
.BI swift\-config
and also about OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html
and
.BI http://docs.openstack.org

View File

@ -57,7 +57,7 @@ The options are as follows:
More in depth documentation in regards to
.BI swift-container-auditor
and also about OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html
.SH "SEE ALSO"

View File

@ -67,7 +67,7 @@ location /etc/swift
.SH DOCUMENTATION
.LP
More documentation about OpenStack Swift can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html
.SH "SEE ALSO"
.BR swift-get-nodes(1),

View File

@ -53,6 +53,6 @@ Only run one pass of daemon
More in depth documentation in regards to
.BI swift\-container\-reconciler
and also about OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html
and
.BI http://docs.openstack.org

View File

@ -64,7 +64,7 @@ The options are as follows:
More in depth documentation in regards to
.BI swift-container-replicator
and also about OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html
.SH "SEE ALSO"

View File

@ -40,7 +40,7 @@ total storage usage for that container.
More in depth documentation in regards to
.BI swift-container-server
and also about OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html
and
.BI http://docs.openstack.org

View File

@ -45,7 +45,7 @@ newer rows since the last sync will trigger PUTs or DELETEs to the other contain
More in depth documentation in regards to
.BI swift-container-sync
and also about OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/overview_container_sync.html
.BI http://docs.openstack.org/developer/swift/overview_container_sync.html
and
.BI http://docs.openstack.org

View File

@ -65,7 +65,7 @@ The options are as follows:
More in depth documentation in regards to
.BI swift-container-updater
and also about OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html
.SH "SEE ALSO"

View File

@ -111,9 +111,9 @@ $ swift-dispersion-populate
.LP
More in depth documentation about the swift-dispersion utilities and
also OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/admin_guide.html#dispersion-report
.BI http://docs.openstack.org/developer/swift/admin_guide.html#dispersion-report
and
.BI http://swift.openstack.org
.BI http://docs.openstack.org/developer/swift
.SH "SEE ALSO"

View File

@ -123,9 +123,9 @@ $ swift-dispersion-report
.LP
More in depth documentation about the swift-dispersion utilities and
also OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/admin_guide.html#dispersion-report
.BI http://docs.openstack.org/developer/swift/admin_guide.html#dispersion-report
and
.BI http://swift.openstack.org
.BI http://docs.openstack.org/developer/swift
.SH "SEE ALSO"

View File

@ -33,6 +33,6 @@ detected, it unmounts the bad drive, so that Swift can work around it.
More in depth documentation in regards to
.BI swift\-drive\-audit
and also about OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html
and
.BI http://docs.openstack.org

View File

@ -62,6 +62,6 @@ account.
More in depth documentation in regards to
.BI swift\-form\-signature
and also about OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html
and
.BI http://docs.openstack.org

View File

@ -101,7 +101,7 @@ location /etc/swift
.SH DOCUMENTATION
.LP
More documentation about OpenStack Swift can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html

View File

@ -120,7 +120,7 @@ allows one to use the keywords such as "all", "main" and "rest" for the <server>
.SH DOCUMENTATION
.LP
More documentation about OpenStack Swift can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html

View File

@ -63,7 +63,7 @@ The options are as follows:
More in depth documentation in regards to
.BI swift-object-auditor
and also about OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html
.SH "SEE ALSO"

View File

@ -64,9 +64,9 @@ The options are as follows:
More in depth documentation in regards to
.BI swift-object-expirer
can be found at
.BI http://swift.openstack.org/overview_expiring_objects.html
.BI http://docs.openstack.org/developer/swift/overview_expiring_objects.html
and also about OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html
.SH "SEE ALSO"

View File

@ -64,7 +64,7 @@ Specify storage policy name
.SH DOCUMENTATION
.LP
More documentation about OpenStack Swift can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html
.SH "SEE ALSO"

View File

@ -55,6 +55,6 @@ Only run one pass of daemon
More in depth documentation in regards to
.BI swift\-object\-reconstructor
and also about OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html
and
.BI http://docs.openstack.org

View File

@ -64,7 +64,7 @@ The options are as follows:
More in depth documentation in regards to
.BI swift-object-replicator
and also about OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html
.SH "SEE ALSO"

View File

@ -45,7 +45,7 @@ correctly and older versions don't magically reappear due to failure scenarios.
More in depth documentation in regards to
.BI swift-object-server
and also about OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html
and
.BI http://docs.openstack.org

View File

@ -71,7 +71,7 @@ The options are as follows:
More in depth documentation in regards to
.BI swift-object-updater
and also about OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html
.SH "SEE ALSO"

View File

@ -60,7 +60,7 @@ The options are as follows:
.SH DOCUMENTATION
.LP
More documentation about OpenStack Swift can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html
.SH "SEE ALSO"

View File

@ -66,5 +66,5 @@ The options are as follows:
.SH DOCUMENTATION
.LP
More documentation about OpenStack Swift can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html

View File

@ -43,7 +43,7 @@ not spool them.
More in depth documentation in regards to
.BI swift-proxy-server
and also about OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html
.SH "SEE ALSO"

View File

@ -33,6 +33,6 @@ can be read by \fBswift-recon\fR tool.
More in depth documentation in regards to
.BI swift\-recon\-cron
and also about OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html
and
.BI http://docs.openstack.org

View File

@ -125,9 +125,9 @@ cronjob to run the swift-recon-cron script periodically:
.SH DOCUMENTATION
.LP
More documentation about OpenStack Swift can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html
Also more specific documentation about swift-recon can be found at
.BI http://swift.openstack.org/admin_guide.html#cluster-telemetry-and-monitoring
.BI http://docs.openstack.org/developer/swift/admin_guide.html#cluster-telemetry-and-monitoring

View File

@ -53,6 +53,6 @@ Force an object to be re\-enqueued
More in depth documentation in regards to
.BI swift\-reconciler\-enqueue
and also about OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html
and
.BI http://docs.openstack.org

View File

@ -47,6 +47,6 @@ Just check the scenario, don't execute it.
More in depth documentation in regards to
.BI swift\-ring\-builder\-analyzer
and also about OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html
and
.BI http://docs.openstack.org

View File

@ -218,9 +218,9 @@ calls when no rebalance is needed but you want to send out the new device inform
.LP
More in depth documentation about the swift ring and also OpenStack Swift as a
whole can be found at
.BI http://swift.openstack.org/overview_ring.html,
.BI http://swift.openstack.org/admin_guide.html#managing-the-rings
.BI http://docs.openstack.org/developer/swift/overview_ring.html,
.BI http://docs.openstack.org/developer/swift/admin_guide.html#managing-the-rings
and
.BI http://swift.openstack.org
.BI http://docs.openstack.org/developer/swift

View File

@ -51,6 +51,6 @@ The X\-Account\-Meta\-Temp\-URL\-Key for the account.
More in depth documentation in regards to
.BI swift\-temp\-url
and also about OpenStack Swift as a whole can be found at
.BI http://swift.openstack.org/index.html
.BI http://docs.openstack.org/developer/swift/index.html
and
.BI http://docs.openstack.org

View File

@ -208,6 +208,6 @@ api versions are by default excluded from /info.
.LP
More in depth documentation about the swift.conf and also OpenStack-Swift as a
whole can be found at
.BI http://swift.openstack.org/admin_guide.html
.BI http://docs.openstack.org/developer/swift/admin_guide.html
and
.BI http://swift.openstack.org
.BI http://docs.openstack.org/developer/swift