diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-09-21 09:15:30 +0000 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-09-21 09:15:30 +0000 |
commit | 3c64cb8ab8a0aa1ae03dfe43f4759100e3650b83 (patch) | |
tree | 379eb8b92b5b6e9848d3a2ecadbcf493ab161f4b /ci/opencontrail | |
parent | 16c95e3ff61446c5cac0e1e683f8c3c72e0ad553 (diff) |
Revert "modfiied to adjust timings as it seems download the container image is slow like few kbps."
This reverts commit 16c95e3ff61446c5cac0e1e683f8c3c72e0ad553.
Change-Id: I6bca3a73ff16f21d4f53dedf7523f9d14aca369f
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/opencontrail')
-rwxr-xr-x | ci/opencontrail/fetch-charms.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ci/opencontrail/fetch-charms.sh b/ci/opencontrail/fetch-charms.sh index b6ca4250..7eb9bdfd 100755 --- a/ci/opencontrail/fetch-charms.sh +++ b/ci/opencontrail/fetch-charms.sh @@ -30,7 +30,10 @@ git clone -b stable/17.08 https://github.com/openstack/charm-nova-cloud-controll git clone -b stable/17.08 https://github.com/openstack/charm-nova-compute.git $distro/nova-compute 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 https://github.com/openstack/charm-heat.git $distro/heat +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 |