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 <shardy@redhat.com>
This commit is contained in:
Steven Hardy 2012-12-03 12:41:02 +00:00
parent 1a7bbd255f
commit 9a27dd8dd5

View File

@ -97,7 +97,7 @@ TEMPEST_REPO=${GIT_BASE}/openstack/tempest.git
TEMPEST_BRANCH=master TEMPEST_BRANCH=master
# heat service # heat service
HEAT_REPO=${GIT_BASE}/heat-api/heat.git HEAT_REPO=${GIT_BASE}/openstack/heat.git
HEAT_BRANCH=master HEAT_BRANCH=master
# python heat client library # python heat client library