From 78ba957ab0092541ff3dc1e5a21359d2f95dcd3f Mon Sep 17 00:00:00 2001 From: shangxiaobj Date: Thu, 31 Aug 2017 19:48:35 -0700 Subject: [PATCH] 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 --- CONTRIBUTING.rst | 4 ++-- HACKING.rst | 2 +- README.rst | 6 +++--- contrib/docker/v2plugin/config.json | 2 +- doc/source/devref/libnetwork_remote_driver_design.rst | 4 ++-- setup.cfg | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 5058aff2..7dec0ad8 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,14 +1,14 @@ If you would like to contribute to the development of OpenStack, you must 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 OpenStack accounts are set up, you can skip to the development workflow section of this documentation to learn how changes to OpenStack should be 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. diff --git a/HACKING.rst b/HACKING.rst index b0c54205..c8854bb2 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ 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/ diff --git a/README.rst b/README.rst index f5276621..2c0e8568 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ Team and repository tags ======================== -.. image:: http://governance.openstack.org/badges/kuryr-libnetwork.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/tc/badges/kuryr-libnetwork.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. 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 -* 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 * Bugs: http://bugs.launchpad.net/kuryr-libnetwork diff --git a/contrib/docker/v2plugin/config.json b/contrib/docker/v2plugin/config.json index a1b58bf3..0d3c138d 100644 --- a/contrib/docker/v2plugin/config.json +++ b/contrib/docker/v2plugin/config.json @@ -1,6 +1,6 @@ { "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"], "Interface" : { "Types": ["docker.networkdriver/1.0", "docker.ipamdriver/1.0"], diff --git a/doc/source/devref/libnetwork_remote_driver_design.rst b/doc/source/devref/libnetwork_remote_driver_design.rst index 53af518a..b1d270fb 100644 --- a/doc/source/devref/libnetwork_remote_driver_design.rst +++ b/doc/source/devref/libnetwork_remote_driver_design.rst @@ -51,7 +51,7 @@ Neutron resource Id's and Docker Id's (UUID's) 4. libnetwork makes API calls against Kuryr -5. Kuryr receives the requests and calls Neutron APIs with `Neutron client `_ +5. Kuryr receives the requests and calls Neutron APIs with `Neutron client `_ 6. Kuryr receives the responses from Neutron and compose the responses for 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 ---------------------------------------------------------- -Kuryr communicates with Neutron via `Neutron client `_ +Kuryr communicates with Neutron via `Neutron client `_ and bridges between libnetwork and Neutron by translating their networking models. The following table depicts the current mapping between libnetwork and Neutron models: diff --git a/setup.cfg b/setup.cfg index f802789f..772f424e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack 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 = Environment :: OpenStack Intended Audience :: Information Technology