Update URLs in documents according to document migration
Change-Id: I9849b6f5327cc1846e534fe5824c79b22c312dd7
This commit is contained in:
parent
94e3637bce
commit
7de3ac2529
@ -35,7 +35,7 @@ Setup
|
|||||||
|
|
||||||
**What the keystone module affects**
|
**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
|
### Installing keystone
|
||||||
|
|
||||||
@ -320,7 +320,7 @@ Development
|
|||||||
|
|
||||||
Developer documentation for the entire puppet-openstack project.
|
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
|
Contributors
|
||||||
------------
|
------------
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env ruby
|
#!/usr/bin/env ruby
|
||||||
# this script verifies that keystone has
|
# this script verifies that keystone has
|
||||||
# been successfully installed using the instructions
|
# 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
|
begin
|
||||||
require 'rubygems'
|
require 'rubygems'
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env ruby
|
#!/usr/bin/env ruby
|
||||||
# this script verifies that keystone has
|
# this script verifies that keystone has
|
||||||
# been successfully installed using the instructions
|
# 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
|
# and can use the v3 api http://developer.openstack.org/api-ref-identity-v3.html
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
@ -5,7 +5,7 @@ description-file =
|
|||||||
README.md
|
README.md
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author-email = openstack-dev@lists.openstack.org
|
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 =
|
classifier =
|
||||||
Intended Audience :: Developers
|
Intended Audience :: Developers
|
||||||
Intended Audience :: System Administrators
|
Intended Audience :: System Administrators
|
||||||
|
Loading…
Reference in New Issue
Block a user