heatclient was moved to the official openstack repo. Thanks Simon
Pasquier for the patch.
Change-Id: I561bf1ea11f1c74b5e75ab93170bd367ba36f90f
Fixes: bug #1096922
| ... | ... |
@@ -108,7 +108,7 @@ HEAT_REPO=${GIT_BASE}/openstack/heat.git
|
| 108 | 108 |
HEAT_BRANCH=master |
| 109 | 109 |
|
| 110 | 110 |
# python heat client library |
| 111 |
-HEATCLIENT_REPO=${GIT_BASE}/heat-api/python-heatclient.git
|
|
| 111 |
+HEATCLIENT_REPO=${GIT_BASE}/openstack/python-heatclient.git
|
|
| 112 | 112 |
HEATCLIENT_BRANCH=master |
| 113 | 113 |
|
| 114 | 114 |
# ryu service |