From f6c26dc5b355ff23e8772871d7682d7e0eac6c82 Mon Sep 17 00:00:00 2001 From: suguangfeng Date: Mon, 18 Sep 2017 16:53:08 +0800 Subject: [PATCH] Fix outdated links and document spelling error Update outdated links and fix spelling error. Closes-bug:#1717834 Change-Id: Ia17a012f401fb627cd3898cb7a29ad30cdc75b57 --- CHANGELOG.md | 2 +- README.md | 4 ++-- bindep.txt | 2 +- manifests/backend/vsphere.pp | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e003ab5f..20892058 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-glance/). +[docs.openstack.org](https://docs.openstack.org/releasenotes/puppet-glance/). ##2015-11-25 - 7.0.0 ###Summary diff --git a/README.md b/README.md index e99b36ee..50429eca 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-glance.svg)](http://governance.openstack.org/reference/tags/index.html) +[![Team and repository tags](https://governance.openstack.org/tc/badges/puppet-glance.svg)](https://governance.openstack.org/tc/reference/tags/index.html) @@ -43,7 +43,7 @@ Setup ### Beginning with glance -To utilize the glance module's functionality you will need to declare multiple resources. This is not an exhaustive list of all the components needed, we recommend you consult and understand the [core openstack](http://docs.openstack.org) documentation. +To utilize the glance module's functionality you will need to declare multiple resources. This is not an exhaustive list of all the components needed, we recommend you consult and understand the [core openstack](https://docs.openstack.org) documentation. **Define a glance node** 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/manifests/backend/vsphere.pp b/manifests/backend/vsphere.pp index 7a37a96a..d7fd114a 100644 --- a/manifests/backend/vsphere.pp +++ b/manifests/backend/vsphere.pp @@ -38,9 +38,9 @@ # (Multi-valued) A list of datastores where the image # can be stored. This option may be specified multiple times # for specifying multiple datastores. The datastore name should -# be specified after its datacenter path, seperated by ":". +# be specified after its datacenter path, separated by ":". # An optional weight may be given after the datastore name, -# seperated again by ":". Thus, the required format +# separated again by ":". Thus, the required format # becomes ::. # When adding an image, the datastore with highest weight will be selected, # unless there is not enough free space available in cases where the image