Update URLs in documents according to document migration

Change-Id: I9849b6f5327cc1846e534fe5824c79b22c312dd7
This commit is contained in:
ZhongShengping 2017-07-14 08:52:23 +08:00
parent 94e3637bce
commit 7de3ac2529
4 changed files with 5 additions and 5 deletions

View File

@ -35,7 +35,7 @@ Setup
**What the keystone module affects**
* [Keystone](http://docs.openstack.org/developer/keystone/), the identity service for OpenStack.
* [Keystone](https://docs.openstack.org/keystone/latest/), the identity service for OpenStack.
### Installing keystone
@ -320,7 +320,7 @@ Development
Developer documentation for the entire puppet-openstack project.
* http://docs.openstack.org/developer/puppet-openstack-guide/
* https://docs.openstack.org/puppet-openstack-guide/latest/
Contributors
------------

View File

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

View File

@ -5,7 +5,7 @@ description-file =
README.md
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/developer/puppet-openstack-guide
home-page = https://docs.openstack.org/puppet-openstack-guide/latest
classifier =
Intended Audience :: Developers
Intended Audience :: System Administrators