From fb9e6dcecccb2593df917e81ea4ec6ac8e6892f0 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 8 Mar 2017 09:49:39 -0600 Subject: [PATCH] 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 --- ext/swift.rb | 2 +- ext/swift_keystone_test.rb | 2 +- files/swift_tester.rb | 2 +- manifests/dispersion.pp | 2 +- manifests/storage/disk.pp | 2 +- manifests/storage/ext4.pp | 2 +- manifests/storage/loopback.pp | 2 +- templates/swift_keystone_test.erb | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ext/swift.rb b/ext/swift.rb index 715263e9..86dad46a 100644 --- a/ext/swift.rb +++ b/ext/swift.rb @@ -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' diff --git a/ext/swift_keystone_test.rb b/ext/swift_keystone_test.rb index 213cc9f0..9e6284bb 100644 --- a/ext/swift_keystone_test.rb +++ b/ext/swift_keystone_test.rb @@ -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' diff --git a/files/swift_tester.rb b/files/swift_tester.rb index 6f8ace1f..5981c8af 100644 --- a/files/swift_tester.rb +++ b/files/swift_tester.rb @@ -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' diff --git a/manifests/dispersion.pp b/manifests/dispersion.pp index 9b542ab5..b20f21fc 100644 --- a/manifests/dispersion.pp +++ b/manifests/dispersion.pp @@ -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 # diff --git a/manifests/storage/disk.pp b/manifests/storage/disk.pp index ecc9536c..6fc64d48 100644 --- a/manifests/storage/disk.pp +++ b/manifests/storage/disk.pp @@ -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== # diff --git a/manifests/storage/ext4.pp b/manifests/storage/ext4.pp index da43be6d..53f0d6b2 100644 --- a/manifests/storage/ext4.pp +++ b/manifests/storage/ext4.pp @@ -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 # diff --git a/manifests/storage/loopback.pp b/manifests/storage/loopback.pp index 78ba0aea..a0d81f20 100644 --- a/manifests/storage/loopback.pp +++ b/manifests/storage/loopback.pp @@ -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 diff --git a/templates/swift_keystone_test.erb b/templates/swift_keystone_test.erb index 61cf6489..336eee08 100644 --- a/templates/swift_keystone_test.erb +++ b/templates/swift_keystone_test.erb @@ -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'