Update the HTTP links to HTTPS in manual.rstl.

Change-Id: I6ee92fda00bad089d6d9e21c810861e272a97670
This commit is contained in:
zhouxinyong 2018-11-14 04:07:22 +08:00
parent 18e2c822e5
commit 237c773a95
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ Install ``kuryr-k8s-controller`` in a virtualenv::
$ mkdir kuryr-k8s-controller
$ cd kuryr-k8s-controller
$ virtualenv env
$ git clone http://git.openstack.org/openstack/kuryr-kubernetes
$ git clone https://git.openstack.org/openstack/kuryr-kubernetes
$ . env/bin/activate
$ pip install -e kuryr-kubernetes
@ -115,7 +115,7 @@ Install ``kuryr-cni`` in a virtualenv::
$ cd kuryr-k8s-cni
$ virtualenv env
$ . env/bin/activate
$ git clone http://git.openstack.org/openstack/kuryr-kubernetes
$ git clone https://git.openstack.org/openstack/kuryr-kubernetes
$ pip install -e kuryr-kubernetes
Create ``/etc/kuryr/kuryr.conf``::