Optimize the link address and correct author

Use https instead of http to ensure the safety.
Change author to OpenStack for the sake of
consistent naming convention as other OpenStack projects.

Change-Id: Id4bdd43710925c27e7db8ab36c958ea82cbf485b
This commit is contained in:
Van Hung Pham 2017-06-21 10:03:21 +07:00
parent 917605c850
commit 2fab94fd6e
4 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
## 8.0.0 and beyond
From 8.0.0 release and beyond, release notes are published on
[docs.openstack.org](http://docs.openstack.org/releasenotes/puppet-ceilometer/).
[docs.openstack.org](https://docs.openstack.org/releasenotes/puppet-ceilometer/).
##2015-11-25 - 7.0.0
###Summary

View File

@ -1,7 +1,7 @@
Team and repository tags
========================
[![Team and repository tags](http://governance.openstack.org/badges/puppet-ceilometer.svg)](http://governance.openstack.org/reference/tags/index.html)
[![Team and repository tags](https://governance.openstack.org/badges/puppet-ceilometer.svg)](http://governance.openstack.org/reference/tags/index.html)
<!-- Change things from this point on -->
@ -46,7 +46,7 @@ Setup
### Beginning with ceilometer
To utilize the ceilometer module's functionality you will need to declare multiple resources. This is not an exhaustive list of all the components needed. We recommend that you consult and understand the [core openstack](http://docs.openstack.org) documentation to assist you in understanding the available deployment options.
To utilize the ceilometer module's functionality you will need to declare multiple resources. This is not an exhaustive list of all the components needed. We recommend that you consult and understand the [core openstack](https://docs.openstack.org) documentation to assist you in understanding the available deployment options.
```puppet
class { '::ceilometer':
@ -131,7 +131,7 @@ Development
Developer documentation for the entire puppet-openstack project
* http://docs.openstack.org/developer/puppet-openstack-guide/
* https://docs.openstack.org/developer/puppet-openstack-guide/
Contributors
------------

View File

@ -1,5 +1,5 @@
# This is a cross-platform list tracking distribution packages needed by tests;
# see http://docs.openstack.org/infra/bindep/ for additional information.
# see https://docs.openstack.org/infra/bindep/ for additional information.
libxml2-devel [test platform:rpm]
libxml2-dev [test platform:dpkg]

View File

@ -3,9 +3,9 @@ name = puppet-ceilometer
summary = Puppet module for OpenStack Ceilometer
description-file =
README.md
author = Puppet Labs and OpenStack Contributors
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/developer/puppet-openstack-guide
classifier =
Intended Audience :: Developers
Intended Audience :: System Administrators