From 01b9fd362b7a6adbbb6c0702b312d780e9278966 Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Wed, 22 Aug 2018 02:27:41 +0000 Subject: [PATCH] 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 --- doc/source/install/compute-install-ubuntu.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install/compute-install-ubuntu.rst b/doc/source/install/compute-install-ubuntu.rst index 66d319fb..8e2986df 100644 --- a/doc/source/install/compute-install-ubuntu.rst +++ b/doc/source/install/compute-install-ubuntu.rst @@ -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