From 533dfeac9078ec05bc1c755078b4da74e8c5266d Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 14 Sep 2017 20:01:09 -0500 Subject: pull in heat bug fix. Change-Id: I1e43cb7ed7bdde953438ac3e0b123ea32ad94d16 Signed-off-by: Narinder Gupta --- ci/opencontrail/fetch-charms.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ci/opencontrail/fetch-charms.sh') diff --git a/ci/opencontrail/fetch-charms.sh b/ci/opencontrail/fetch-charms.sh index 2a88ba63..7eb9bdfd 100755 --- a/ci/opencontrail/fetch-charms.sh +++ b/ci/opencontrail/fetch-charms.sh @@ -31,6 +31,9 @@ git clone -b stable/17.08 https://github.com/openstack/charm-nova-compute.git $d git clone -b stable/17.08 https://github.com/openstack/charm-openstack-dashboard.git $distro/openstack-dashboard git clone -b stable/17.08 https://github.com/openstack/charm-rabbitmq-server.git $distro/rabbitmq-server git clone -b stable/17.08 https://github.com/openstack/charm-heat.git $distro/heat +cd $distro/heat +git pull https://git.openstack.org/openstack/charm-heat refs/changes/19/504219/1 +cd ../../ git clone -b stable/17.08 https://github.com/openstack/charm-lxd.git $distro/lxd git clone https://github.com/openbaton/juju-charm.git $distro/openbaton -- cgit 1.2.3-korg