Replace http with https for doc links in kuryr-libnetwork

1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links

Change-Id: If0b076ecd9b6c82186e8d6e504da3aa9d11a7dd3
This commit is contained in:
shangxiaobj 2017-08-31 19:48:35 -07:00
parent 9a354b9f8d
commit 78ba957ab0
6 changed files with 10 additions and 10 deletions

View File

@ -1,14 +1,14 @@
If you would like to contribute to the development of OpenStack, you must If you would like to contribute to the development of OpenStack, you must
follow the steps in this page: follow the steps in this page:
http://docs.openstack.org/infra/manual/developers.html https://docs.openstack.org/infra/manual/developers.html
If you already have a good understanding of how the system works and your If you already have a good understanding of how the system works and your
OpenStack accounts are set up, you can skip to the development workflow OpenStack accounts are set up, you can skip to the development workflow
section of this documentation to learn how changes to OpenStack should be section of this documentation to learn how changes to OpenStack should be
submitted for review via the Gerrit tool: submitted for review via the Gerrit tool:
http://docs.openstack.org/infra/manual/developers.html#development-workflow https://docs.openstack.org/infra/manual/developers.html#development-workflow
Pull requests submitted through GitHub will be ignored. Pull requests submitted through GitHub will be ignored.

View File

@ -1,4 +1,4 @@
kuryr Style Commandments kuryr Style Commandments
=============================================== ===============================================
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/

View File

@ -2,8 +2,8 @@
Team and repository tags Team and repository tags
======================== ========================
.. image:: http://governance.openstack.org/badges/kuryr-libnetwork.svg .. image:: https://governance.openstack.org/tc/badges/kuryr-libnetwork.svg
:target: http://governance.openstack.org/reference/tags/index.html :target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on .. Change things from this point on
@ -29,7 +29,7 @@ K8s's CNI and so on, is maintained in separate Kuryr repo as a common library.
* Free software: Apache license * Free software: Apache license
* Documentation: http://docs.openstack.org/developer/kuryr-libnetwork * Documentation: https://docs.openstack.org/kuryr-libnetwork/latest/
* Source: http://git.openstack.org/cgit/openstack/kuryr-libnetwork * Source: http://git.openstack.org/cgit/openstack/kuryr-libnetwork
* Bugs: http://bugs.launchpad.net/kuryr-libnetwork * Bugs: http://bugs.launchpad.net/kuryr-libnetwork

View File

@ -1,6 +1,6 @@
{ {
"Description": "kuryr-libnetwork plugin for Docker", "Description": "kuryr-libnetwork plugin for Docker",
"Documentation": "http://docs.openstack.org/developer/kuryr-libnetwork", "Documentation": "https://docs.openstack.org/kuryr-libnetwork/latest/",
"Entrypoint": ["/opt/kuryr-libnetwork/contrib/docker/run_kuryr.sh"], "Entrypoint": ["/opt/kuryr-libnetwork/contrib/docker/run_kuryr.sh"],
"Interface" : { "Interface" : {
"Types": ["docker.networkdriver/1.0", "docker.ipamdriver/1.0"], "Types": ["docker.networkdriver/1.0", "docker.ipamdriver/1.0"],

View File

@ -51,7 +51,7 @@ Neutron resource Id's and Docker Id's (UUID's)
4. libnetwork makes API calls against Kuryr 4. libnetwork makes API calls against Kuryr
5. Kuryr receives the requests and calls Neutron APIs with `Neutron client <http://docs.openstack.org/developer/python-neutronclient/>`_ 5. Kuryr receives the requests and calls Neutron APIs with `Neutron client <https://docs.openstack.org/python-neutronclient/latest/>`_
6. Kuryr receives the responses from Neutron and compose the responses for 6. Kuryr receives the responses from Neutron and compose the responses for
libnetwork libnetwork
@ -366,7 +366,7 @@ Libnetwork User Workflow (with Kuryr as remote network driver) - Host Networking
Mapping between the CNM and the Neutron's Networking Model Mapping between the CNM and the Neutron's Networking Model
---------------------------------------------------------- ----------------------------------------------------------
Kuryr communicates with Neutron via `Neutron client <http://docs.openstack.org/developer/python-neutronclient/>`_ Kuryr communicates with Neutron via `Neutron client <https://docs.openstack.org/python-neutronclient/latest/>`_
and bridges between libnetwork and Neutron by translating their networking models. and bridges between libnetwork and Neutron by translating their networking models.
The following table depicts the current mapping between libnetwork and Neutron models: The following table depicts the current mapping between libnetwork and Neutron models:

View File

@ -5,7 +5,7 @@ description-file =
README.rst README.rst
author = OpenStack author = OpenStack
author-email = openstack-dev@lists.openstack.org author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/developer/kuryr-libnetwork home-page = https://docs.openstack.org/kuryr-libnetwork/latest/
classifier = classifier =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Information Technology Intended Audience :: Information Technology