diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2012-02-16 14:58:46 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2012-02-17 11:35:12 +0900 |
commit | c7d42280cf5200f18280972f21ccbeef678900ad (patch) | |
tree | fdd014d0b2fe58d473131b8be446d6b3b9b024d0 /doc | |
parent | 95f72ed9f294edb2f8fc22c1aa4f10314d030294 (diff) |
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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/using_with_openstack.rst | 10 |
1 files 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 :: |