diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-09-20 07:41:18 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-09-20 07:41:18 -0500 |
commit | 16c95e3ff61446c5cac0e1e683f8c3c72e0ad553 (patch) | |
tree | 0b4385e0f52f4f1fdc08d569434f2344ef13dea0 /ci/odl | |
parent | 533dfeac9078ec05bc1c755078b4da74e8c5266d (diff) |
modfiied to adjust timings as it seems download the container
image is slow like few kbps.
Change-Id: I9bb8e0efea0fc23b76d24145b1e3b4f545473da1
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/odl')
-rwxr-xr-x | ci/odl/fetch-charms.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ci/odl/fetch-charms.sh b/ci/odl/fetch-charms.sh index 565d48ee..d0fa9ba3 100755 --- a/ci/odl/fetch-charms.sh +++ b/ci/odl/fetch-charms.sh @@ -30,10 +30,7 @@ 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 -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 https://github.com/openstack/charm-heat.git $distro/heat git clone -b stable/17.08 https://github.com/openstack/charm-lxd.git $distro/lxd git clone -b stable/17.08 https://github.com/openstack/charm-odl-controller.git $distro/odl-controller git clone -b stable/17.08 https://github.com/openstack/charm-neutron-api-odl.git $distro/neutron-api-odl |