]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commitdiff
Optimize the link address and correct author
authorVan Hung Pham <hungpv@vn.fujitsu.com>
Wed, 21 Jun 2017 03:03:21 +0000 (10:03 +0700)
committerVan Hung Pham <hungpv@vn.fujitsu.com>
Wed, 21 Jun 2017 03:25:12 +0000 (10:25 +0700)
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
README.md
bindep.txt
setup.cfg

index 1ae3a5b897bad4b8e7debad89b6d487df738bb62..506f16207ebd6e5e27fd4c8e88c133db50307777 100644 (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
index 01be2e6c422a0d8ba881f034064cf48e997ab0fd..8778cf07a69d027724dff2aa0986096851cedfbe 100644 (file)
--- 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)
 
 <!-- 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
 ------------
index 7cdd58e59c8de1f6da5984ad78b80cbb4abec079..245e54add2dbcc164b1234302804eefefa936216 100644 (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]
index 05460bd87ede1071459fcc7ac9dbe95b1f1ca4da..2c4b590b6f74b4632049b03c8b2ba9b75f0f8109 100644 (file)
--- 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