diff options
Diffstat (limited to 'ci/odl/fetch-charms.sh')
-rwxr-xr-x | ci/odl/fetch-charms.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/odl/fetch-charms.sh b/ci/odl/fetch-charms.sh index b38c6cec..5002a911 100755 --- a/ci/odl/fetch-charms.sh +++ b/ci/odl/fetch-charms.sh @@ -20,7 +20,7 @@ build congress git clone -b stable/16.10 https://github.com/openstack/charm-hacluster.git $distro/hacluster git clone -b stable/16.10 https://github.com/openstack/charm-ceilometer.git $distro/ceilometer git clone -b stable/16.10 https://github.com/openstack/charm-ceilometer-agent.git $distro/ceilometer-agent -git clone -b stable/16.10 https://github.com/openstack/charm-ceph-mon.git $distro/ceph +git clone -b stable/16.10 https://github.com/openstack/charm-ceph-mon.git $distro/ceph-mon git clone -b stable/16.10 https://github.com/openstack/charm-ceph-osd.git $distro/ceph-osd git clone -b stable/16.10 https://github.com/openstack/charm-ceph-radosgw.git $distro/ceph-radosgw git clone -b stable/16.10 https://github.com/openstack/charm-cinder.git $distro/cinder |