diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-04-30 17:00:32 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-04-30 17:00:32 -0400 |
commit | 36328f96a912703626506551bd7a90ef383456f4 (patch) | |
tree | d516ac18a93d3a4cb310c06cfde856eefb3a4cd5 /meta-openstack/recipes-devtools/python/python-heat_git.bb | |
parent | 5384c49bd856e3df0968f2938b6fb814cf73c8a4 (diff) | |
download | meta-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.bb | 6 |
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" | |||
7 | PR = "r0" | 7 | PR = "r0" |
8 | SRCNAME = "heat" | 8 | SRCNAME = "heat" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ | 10 | SRC_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 | ||
15 | SRCREV="ff6901141fbbc0a13604491aaba01a60487d6f6d" | 15 | SRCREV="69145518cb9a20d401c4213a030c39caaad1c326" |
16 | PV="2013.2.2+git${SRCPV}" | 16 | PV="2014.1+git${SRCPV}" |
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | do_install_append() { | 19 | do_install_append() { |