install-guide: download source from stable branch

In the stable/rocky version of installation guide, we should
instruct to git clone the stable/rocky branch instead of master
branch.

Change-Id: Ideaf2142e6311d967bae5a0ad2abe6b48e36b5d1
This commit is contained in:
Hongbin Lu 2018-08-22 02:27:41 +00:00
parent 7a667d10fc
commit 01b9fd362b
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ Install and configure components
# apt-get install python-pip
# cd /var/lib/kuryr
# git clone https://git.openstack.org/openstack/kuryr-libnetwork.git
# git clone -b stable/rocky https://git.openstack.org/openstack/kuryr-libnetwork.git
# chown -R kuryr:kuryr kuryr-libnetwork
# cd kuryr-libnetwork
# pip install -r requirements.txt