From 01b20b1af14352591e5fbd3f776ab2cb6fcd0e10 Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Sat, 27 Apr 2019 16:13:28 +0000 Subject: [PATCH] Update install guide for master branch Change-Id: I7ec366c59eda13c0483e3cae185c263e40694bac --- 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 8e2986df..94221103 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 -b stable/rocky https://git.openstack.org/openstack/kuryr-libnetwork.git + # git clone -b master https://git.openstack.org/openstack/kuryr-libnetwork.git # chown -R kuryr:kuryr kuryr-libnetwork # cd kuryr-libnetwork # pip install -r requirements.txt