From c7d42280cf5200f18280972f21ccbeef678900ad Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Thu, 16 Feb 2012 14:58:46 +0900 Subject: [PATCH] doc: update osrg/nova, quantum repository Updated the documentation to refer the repository as I updated the repos, github.com/osrg/nova.git and github.com/osrg/quantum.git Signed-off-by: Isaku Yamahata Signed-off-by: FUJITA Tomonori --- doc/source/using_with_openstack.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/using_with_openstack.rst b/doc/source/using_with_openstack.rst index 02e1c51d..3486c135 100644 --- a/doc/source/using_with_openstack.rst +++ b/doc/source/using_with_openstack.rst @@ -86,13 +86,13 @@ from the source, please refer to OpenStack document and get back here again. clone them by typing the followings in an appropriate directory:: - % git clone --branch ryu git://github.com/osrg/nova.git - % git clone --branch ryu git://github.com/osrg/quantum.git + % git clone git://github.com/osrg/nova.git + % git clone git://github.com/osrg/quantum.git If you prefer https, try those:: - % git clone --branch ryu https://github.com/osrg/nova.git - % git clone --branch ryu https://github.com/osrg/quantum.git + % git clone https://github.com/osrg/nova.git + % git clone https://github.com/osrg/quantum.git * Install nova and quantum as usual. @@ -242,7 +242,7 @@ You can setup the above environment quickly using DevStack. #. Download Ryu enabled DevStack from github :: - % git clone --branch ryu git://github.com/osrg/devstack.git + % git clone git://github.com/osrg/devstack.git #. Start the install ::