From 2fab94fd6e4794ce162b1b29f528ed3ba86c1e44 Mon Sep 17 00:00:00 2001 From: Van Hung Pham Date: Wed, 21 Jun 2017 10:03:21 +0700 Subject: [PATCH] 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 --- CHANGELOG.md | 2 +- README.md | 6 +++--- bindep.txt | 2 +- setup.cfg | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ae3a5b8..506f1620 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 01be2e6c..8778cf07 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 7cdd58e5..245e54ad 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 05460bd8..2c4b590b 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