Merge "Update the HTTP links to HTTPS in manual.rstl."

This commit is contained in:
Zuul 2018-11-15 11:31:03 +00:00 committed by Gerrit Code Review
commit ab66d383cd
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``::