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 <yamahata@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
Isaku Yamahata 2012-02-16 14:58:46 +09:00 committed by FUJITA Tomonori
parent 95f72ed9f2
commit c7d42280cf

View File

@ -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
::