From c44406f505cb49858caf1a2b1c2f2606cf935d92 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 16 Mar 2017 08:25:09 -0500 Subject: fix for mutiple block devices for lxd containers. Change-Id: I4e7cb6b8505d0c2c395adf0345cbf22e63a73853 Signed-off-by: Narinder Gupta --- ci/nosdn/fetch-charms.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/nosdn/fetch-charms.sh') diff --git a/ci/nosdn/fetch-charms.sh b/ci/nosdn/fetch-charms.sh index feac643f..b97d160a 100755 --- a/ci/nosdn/fetch-charms.sh +++ b/ci/nosdn/fetch-charms.sh @@ -33,7 +33,7 @@ git clone -b stable/17.02 https://github.com/openstack/charm-nova-compute.git $d git clone -b stable/17.02 https://github.com/openstack/charm-openstack-dashboard.git $distro/openstack-dashboard git clone -b stable/17.02 https://github.com/openstack/charm-rabbitmq-server.git $distro/rabbitmq-server git clone -b stable/17.02 https://github.com/openstack/charm-heat.git $distro/heat -git clone -b stable/17.02 https://github.com/openstack/charm-lxd.git xenial/lxd +git clone https://github.com/openstack/charm-lxd.git xenial/lxd #git clone https://github.com/openstack/openbaton.git xenial/openbaton charm pull cs:$distro/aodh $distro/aodh -- cgit 1.2.3-korg