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: Ia56ce22c65c1fac29a2d8fb367797a4d7929a9b4
This commit is contained in:
Monty Taylor 2017-03-08 09:49:39 -06:00
parent c635e3e54b
commit fb9e6dcecc
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
8 changed files with 8 additions and 8 deletions

@ -1,7 +1,7 @@
#!/usr/bin/env ruby
#
# This is a script that uses
# instructions here: http://swift.openstack.org/howto_installmultinode.html
# instructions here: http://docs.openstack.org/developer/swift/howto_installmultinode.html
# Even though I expect this script will work with a wide range
# of swift versions, it is currently only tested with: 1.4.6
require 'open3'

@ -1,7 +1,7 @@
#!/usr/bin/env ruby
#
# This is a script that uses
# instructions here: http://swift.openstack.org/howto_installmultinode.html
# instructions here: http://docs.openstack.org/developer/swift/howto_installmultinode.html
# Even though I expect this script will work with a wide range
# of swift versions, it is currently only tested with: 1.4.6
require 'open3'

@ -1,7 +1,7 @@
#!/usr/bin/env ruby
#
# This is a script that uses
# instructions here: http://swift.openstack.org/howto_installmultinode.html
# instructions here: http://docs.openstack.org/developer/swift/howto_installmultinode.html
# Even though I expect this script will work with a wide range
# of swift versions, it is currently only tested with: 1.4.6
require 'open3'

@ -7,7 +7,7 @@
# on the swift proxy node.
#
# For more details, see :
# http://swift.openstack.org/admin_guide.html#cluster-health
# http://docs.openstack.org/developer/swift/admin_guide.html#cluster-health
#
# === Parameters
#

@ -1,6 +1,6 @@
# This Puppet resource is based on the following
# instructions for creating a disk device:
# http://swift.openstack.org/development_saio.html
# http://docs.openstack.org/developer/swift/development_saio.html
#
# ==Add a raw disk to a swift storage node==
#

@ -1,5 +1,5 @@
# follow the instructions for creating a loopback device
# for storage from: http://swift.openstack.org/development_saio.html
# for storage from: http://docs.openstack.org/developer/swift/development_saio.html
#
# this define needs to be sent a refresh signal to do anything
#

@ -1,5 +1,5 @@
# follow the instructions for creating a loopback device
# for storage from: http://swift.openstack.org/development_saio.html
# for storage from: http://docs.openstack.org/developer/swift/development_saio.html
#
#
# creates a managed loopback interface

@ -1,7 +1,7 @@
#!/usr/bin/env ruby
#
# This is a script that uses
# instructions here: http://swift.openstack.org/howto_installmultinode.html
# instructions here: http://docs.openstack.org/developer/swift/howto_installmultinode.html
# Even though I expect this script will work with a wide range
# of swift versions, it is currently only tested with: 1.4.6
require 'open3'