summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-heat_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-04-30 17:00:32 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-04-30 17:00:32 -0400
commit36328f96a912703626506551bd7a90ef383456f4 (patch)
treed516ac18a93d3a4cb310c06cfde856eefb3a4cd5 /meta-openstack/recipes-devtools/python/python-heat_git.bb
parent5384c49bd856e3df0968f2938b6fb814cf73c8a4 (diff)
downloadmeta-cloud-services-36328f96a912703626506551bd7a90ef383456f4.tar.gz
heat: update to icehouse release
No recipe-level changes required outside of the SRCREV bumps: python /usr/bin/heat-api --config-file /etc/heat/heat.conf --log-dir=/var/log/heat python /usr/bin/heat-api-cfn --config-file /etc/heat/heat.conf --log-dir=/var/log/heat python /usr/bin/heat-engine --config-file /etc/heat/heat.conf --log-dir=/var/log/heat Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-heat_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-heat_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-heat_git.bb b/meta-openstack/recipes-devtools/python/python-heat_git.bb
index bd32aca..6f785df 100644
--- a/meta-openstack/recipes-devtools/python/python-heat_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-heat_git.bb
@@ -7,13 +7,13 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7PR = "r0" 7PR = "r0"
8SRCNAME = "heat" 8SRCNAME = "heat"
9 9
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ 10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \
11 file://heat.conf \ 11 file://heat.conf \
12 file://heat.init \ 12 file://heat.init \
13" 13"
14 14
15SRCREV="ff6901141fbbc0a13604491aaba01a60487d6f6d" 15SRCREV="69145518cb9a20d401c4213a030c39caaad1c326"
16PV="2013.2.2+git${SRCPV}" 16PV="2014.1+git${SRCPV}"
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
19do_install_append() { 19do_install_append() {