Replace obsolete vanity openstack.org URLs

Project specific URLs are obsolete, , use docs.openstack.org - and use
https for that site.

Change-Id: Icc518ceb883d98e45968f3eee8e0d2b6414a9ea7
This commit is contained in:
Andreas Jaeger
2017-03-08 19:21:56 +01:00
parent cc50dfbe77
commit 8fd9f18f7a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# this script verifies that keystone has
# been successfully installed using the instructions
# found here: http://keystone.openstack.org/configuration.html
# found here: https://docs.openstack.org/developer/keystone/configuration.html
begin
require 'rubygems'

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# this script verifies that keystone has
# been successfully installed using the instructions
# found here: http://keystone.openstack.org/configuration.html
# found here: https://docs.openstack.org/developer/keystone/configuration.html
# and can use the v3 api http://developer.openstack.org/api-ref-identity-v3.html
begin