From: Van Hung Pham Date: Wed, 21 Jun 2017 03:03:21 +0000 (+0700) Subject: Optimize the link address and correct author X-Git-Tag: 11.2.0~11^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=2fab94fd6e4794ce162b1b29f528ed3ba86c1e44;p=puppet-modules%2Fpuppet-ceilometer.git 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 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ae3a5b..506f162 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 01be2e6..8778cf0 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 ------------ diff --git a/bindep.txt b/bindep.txt index 7cdd58e..245e54a 100644 --- a/bindep.txt +++ b/bindep.txt @@ -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] diff --git a/setup.cfg b/setup.cfg index 05460bd..2c4b590 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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