From 9a27dd8dd557c9bf64bfaf4965eff7a8f75fb1af Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Mon, 3 Dec 2012 12:41:02 +0000 Subject: [PATCH] heat : heat repo moved to openstack Main heat repo has now moved under the github openstack project Note the old checkout will require removal to trigger stack.sh to re-clone it from the new location Change-Id: I4163e35cad7c319961d42f0c53a68ec6244508ed Signed-off-by: Steven Hardy --- stackrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackrc b/stackrc index 9588cf99a7..39d34b0b5c 100644 --- a/stackrc +++ b/stackrc @@ -97,7 +97,7 @@ TEMPEST_REPO=${GIT_BASE}/openstack/tempest.git TEMPEST_BRANCH=master # heat service -HEAT_REPO=${GIT_BASE}/heat-api/heat.git +HEAT_REPO=${GIT_BASE}/openstack/heat.git HEAT_BRANCH=master # python heat client library