diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-21 10:42:55 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-21 10:42:55 -0400 |
commit | 5c20a57df984d550057cd714b131f154c9940a25 (patch) | |
tree | b91e4b04bf1fd7ea83fdd7536d892aad7ffd24b0 /meta-openstack/recipes-devtools/python/python-heat_git.bb | |
parent | 42e23a876f19cafb241e42ddf90ed0167149ba2e (diff) | |
download | meta-cloud-services-5c20a57df984d550057cd714b131f154c9940a25.tar.gz |
heat: update to Juno release branches
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 a277cfd..90a456c 100644 --- a/meta-openstack/recipes-devtools/python/python-heat_git.bb +++ b/meta-openstack/recipes-devtools/python/python-heat_git.bb | |||
@@ -7,7 +7,7 @@ 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/icehouse \ | 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ |
11 | file://heat.conf \ | 11 | file://heat.conf \ |
12 | file://heat.init \ | 12 | file://heat.init \ |
13 | file://autoscaling_example.template \ | 13 | file://autoscaling_example.template \ |
@@ -16,8 +16,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \ | |||
16 | file://heat-tests-change-project_dir-path.patch \ | 16 | file://heat-tests-change-project_dir-path.patch \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRCREV="69145518cb9a20d401c4213a030c39caaad1c326" | 19 | SRCREV="45f97e6a840bbba2a467558e60549e664496633e" |
20 | PV="2014.1+git${SRCPV}" | 20 | PV="2014.2.b1+git${SRCPV}" |
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||
23 | do_install_append() { | 23 | do_install_append() { |