Optimize the link address

Use https instead of http to ensure the safety

Change-Id: I5a3b5e69a20675fca8fa97dc94298b37d35bcfc4
This commit is contained in:
lingyongxu 2017-06-08 09:59:15 +08:00
parent cf7a5a63af
commit 083cdbc779
2 changed files with 3 additions and 3 deletions

View File

@ -65,10 +65,10 @@ Release Notes
* Generate a release notes page
1. tox -e venv -- reno new {my-new-feature}
2. http://docs.openstack.org/developer/reno/usage.html#creating-new-release-notes
2. https://docs.openstack.org/developer/reno/usage.html#creating-new-release-notes
* Update/Edit an existing release note
1. http://docs.openstack.org/developer/reno/usage.html#editing-a-release-note
1. https://docs.openstack.org/developer/reno/usage.html#editing-a-release-note
- Building release notes::

View File

@ -18,7 +18,7 @@ import setuptools
# In python < 2.7.4, a lazy loading of package `pbr` will break
# setuptools if some other modules registered functions in `atexit`.
# solution from: http://bugs.python.org/issue15881#msg170215
# solution from: https://bugs.python.org/issue15881#msg170215
try:
import multiprocessing # noqa
except ImportError: