Only the repos are renamed. This will coincide with the repo rename
operation on July 6.
See https://wiki.openstack.org/wiki/Network/neutron-renaming
Change-Id: I99fe1f80ffc7a54b958b709495b90f8d94d41376
| ... | ... |
@@ -90,11 +90,11 @@ KEYSTONECLIENT_REPO=${GIT_BASE}/openstack/python-keystoneclient
|
| 90 | 90 |
KEYSTONECLIENT_BRANCH=master # 29Sep2012: a8f7879fcf |
| 91 | 91 |
|
| 92 | 92 |
# quantum service |
| 93 |
-QUANTUM_REPO=${GIT_BASE}/openstack/quantum
|
|
| 93 |
+QUANTUM_REPO=${GIT_BASE}/openstack/neutron
|
|
| 94 | 94 |
QUANTUM_BRANCH=stable/folsom |
| 95 | 95 |
|
| 96 | 96 |
# quantum client |
| 97 |
-QUANTUM_CLIENT_REPO=${GIT_BASE}/openstack/python-quantumclient
|
|
| 97 |
+QUANTUM_CLIENT_REPO=${GIT_BASE}/openstack/python-neutronclient
|
|
| 98 | 98 |
QUANTUM_CLIENT_BRANCH=master # 2.1 14Sep2012: bc7ba5e19d |
| 99 | 99 |
|
| 100 | 100 |
# Tempest test suite |