Replace obsolote openstack.org URLs

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

Change-Id: I6b6948539a73da8fc33e252d90bd6dee16e10b80
This commit is contained in:
Andreas Jaeger 2017-03-08 19:15:16 +01:00 committed by Andreas Jaeger
parent dd4259fd8a
commit 63da6fa938
1 changed files with 7 additions and 7 deletions

View File

@ -5,19 +5,19 @@
The Openstack Puppet Modules are a flexible Puppet implementation capable of
configuring the core [Openstack](http://docs.openstack.org/) services:
* [nova](http://nova.openstack.org/) (compute service)
* [glance](http://glance.openstack.org/) (image database)
* [swift](http://swift.openstack.org/) (object store)
* [keystone](http://keystone.openstack.org/) (authentication/authorization)
* [horizon](http://horizon.openstack.org/) (web front end)
* [nova](https://docs.openstack.org/developer/nova) (compute service)
* [glance](https://docs.openstack.org/developer/glance) (image database)
* [swift](https://docs.openstack.org/developer/swift) (object store)
* [keystone](https://docs.openstack.org/developer/keystone) (authentication/authorization)
* [horizon](https://docs.openstack.org/developer/horizon) (web front end)
A ['Puppet Module'](http://docs.puppetlabs.com/learning/modules1.html#modules)
is a collection of related content that can be used to model the configuration
of a discrete service.
These modules are based on the adminstrative guides for openstack
[compute](http://docs.openstack.org/essex/openstack-compute/admin/content/) and
[object store](http://docs.openstack.org/essex/openstack-object-storage/admin/content/)
[compute](https://docs.openstack.org/essex/openstack-compute/admin/content/) and
[object store](https://docs.openstack.org/essex/openstack-object-storage/admin/content/)
## Dependencies: