From 8d5f4d2b69e30c348eb9d1d8c0d4c35191068aaa Mon Sep 17 00:00:00 2001 From: zhangbailin Date: Tue, 19 Sep 2017 20:36:30 -0700 Subject: [PATCH] Update outdated links in document and spelling error Update doc links according to OpenStack document migration. Use https instead of http for docs links. 1)http://docs.openstack.org/releasenotes/puppet-neutron/ -->https://docs.openstack.org/releasenotes/puppet-neutron/ 2)http://docs.openstack.org/infra/bindep/ -->http://docs.openstack.org/infra/bindep/ Change-Id: I819d0d4b066e5b74b1eca4c017b538b130a12f54 Closes-Bug:#1718333 --- CHANGELOG.md | 4 ++-- bindep.txt | 2 +- manifests/wsgi/apache.pp | 2 +- templates/n1kv.conf.erb | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba314f5f0..d91b44eb9 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-neutron/). +[docs.openstack.org](https://docs.openstack.org/releasenotes/puppet-neutron/). ##2015-11-25 - 7.0.0 ###Summary @@ -57,7 +57,7 @@ This is a backwards-incompatible major release for OpenStack Liberty. - dbsync should only notify services that use the db - map allocation_pool property to set - restart Neutron agents if packages are updated -- remove unecessary constraint between Package and Config resource +- remove unnecessary constraint between Package and Config resource - fix 'shared' parameter check in neutron_network provider ####Maintenance diff --git a/bindep.txt b/bindep.txt index 7cdd58e59..245e54add 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/wsgi/apache.pp b/manifests/wsgi/apache.pp index 492a1499a..313f1ab07 100644 --- a/manifests/wsgi/apache.pp +++ b/manifests/wsgi/apache.pp @@ -69,7 +69,7 @@ # Optional. Default to apache::vhost 'ssl_*' defaults. # # [*custom_wsgi_process_options*] -# (optional) gives you the oportunity to add custom process options or to +# (optional) gives you the opportunity to add custom process options or to # overwrite the default options for the WSGI main process. # eg. to use a virtual python environment for the WSGI process # you could set it to: diff --git a/templates/n1kv.conf.erb b/templates/n1kv.conf.erb index c2fccc340..174be184b 100644 --- a/templates/n1kv.conf.erb +++ b/templates/n1kv.conf.erb @@ -9,7 +9,7 @@ # b)For any updates to parameters to take effect, you just need to execute # 'vemcmd reread config'. Its the least-disruptive way for changes to # take effect. However for certain params, n1kv service need to be restarted. -# These parameter are stated explictly (restart_on_modify: YES). +# These parameter are stated explicitly (restart_on_modify: YES). # #