Use https links for documentation

Use https instead of http to ensure the safety.

Change-Id: I42c5cc28828eceae10bb814036ae697e33803a4d
This commit is contained in:
chenlx
2017-06-12 22:51:53 +08:00
parent 04b17e4a06
commit 6ecc908129
6 changed files with 12 additions and 12 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-kubernetes Style Commandments kuryr-kubernetes Style Commandments
=============================================== ===============================================
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ Read the OpenStack Style Commandments https://docs.openstack.org/developer/hacking/

View File

@@ -2,8 +2,8 @@
Team and repository tags Team and repository tags
======================== ========================
.. image:: http://governance.openstack.org/badges/kuryr-kubernetes.svg .. image:: https://governance.openstack.org/badges/kuryr-kubernetes.svg
:target: http://governance.openstack.org/reference/tags/index.html :target: https://governance.openstack.org/reference/tags/index.html
.. Change things from this point on .. Change things from this point on
@@ -19,9 +19,9 @@ OpenStack VMs and Kubernetes Pods on the same Neutron network if your workloads
require it or to use different segments and, for example, route between them. require it or to use different segments and, for example, route between them.
* Free software: Apache license * Free software: Apache license
* Documentation: http://docs.openstack.org/developer/kuryr-kubernetes * Documentation: https://docs.openstack.org/developer/kuryr-kubernetes
* Source: http://git.openstack.org/cgit/openstack/kuryr-kubernetes * Source: https://git.openstack.org/cgit/openstack/kuryr-kubernetes
* Bugs: http://bugs.launchpad.net/kuryr-kubernetes * Bugs: https://bugs.launchpad.net/kuryr-kubernetes
* Overview and demo: http://superuser.openstack.org/articles/networking-kubernetes-kuryr * Overview and demo: http://superuser.openstack.org/articles/networking-kubernetes-kuryr

View File

@@ -58,7 +58,7 @@ Vagrant provisioning.
For example, to use OVN as the Neutron plugin with Kuryr, you can create a For example, to use OVN as the Neutron plugin with Kuryr, you can create a
"user_local.conf" with the following configuration: "user_local.conf" with the following configuration:
enable_plugin networking-ovn http://git.openstack.org/openstack/networking-ovn enable_plugin networking-ovn https://git.openstack.org/openstack/networking-ovn
enable_service ovn-northd enable_service ovn-northd
enable_service ovn-controller enable_service ovn-controller
disable_service q-agt disable_service q-agt

View File

@@ -15,12 +15,12 @@
# OpenStack CI job that runs DevStack + kuryr. You can find the CI job # OpenStack CI job that runs DevStack + kuryr. You can find the CI job
# configuration here: # configuration here:
# #
# http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/kuryr.yaml # https://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/kuryr.yaml
# #
VARIANT=${1:-default} VARIANT=${1:-default}
export DEVSTACK_LOCAL_CONFIG="enable_plugin neutron-lbaas git://git.openstack.org/openstack/neutron-lbaas" export DEVSTACK_LOCAL_CONFIG="enable_plugin neutron-lbaas git://git.openstack.org/openstack/neutron-lbaas"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin kuryr-kubernetes http://git.openstack.org/openstack/kuryr-kubernetes" export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin kuryr-kubernetes https://git.openstack.org/openstack/kuryr-kubernetes"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"NEUTRON_LBAAS_SERVICE_PROVIDERV2=LOADBALANCERV2:Haproxy:neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default" export DEVSTACK_LOCAL_CONFIG+=$'\n'"NEUTRON_LBAAS_SERVICE_PROVIDERV2=LOADBALANCERV2:Haproxy:neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default"
export OVERRIDE_ENABLED_SERVICES=neutron,q-svc,key,mysql,rabbit,docker,etcd,kubernetes-api,kubernetes-controller-manager,kubernetes-scheduler,kubelet,kuryr-kubernetes,q-lbaasv2 export OVERRIDE_ENABLED_SERVICES=neutron,q-svc,key,mysql,rabbit,docker,etcd,kubernetes-api,kubernetes-controller-manager,kubernetes-scheduler,kubelet,kuryr-kubernetes,q-lbaasv2

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-kubernetes/ home-page = https://docs.openstack.org/developer/kuryr-kubernetes/
classifier = classifier =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Information Technology Intended Audience :: Information Technology