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 8d29e05c..2483fa8c 100755 --- a/ci/odl/fetch-charms.sh +++ b/ci/odl/fetch-charms.sh @@ -16,7 +16,7 @@ bzr branch lp:~narindergupta/opnfv/ntp $distro/ntp bzr branch lp:~openstack-charmers/charms/trusty/hacluster/next $distro/hacluster git clone https://github.com/openstack/charm-ceilometer.git $distro/ceilometer git clone https://github.com/openstack/charm-ceilometer-agent.git $distro/ceilometer-agent -git clone https://github.com/openstack/charm-ceph.git $distro/ceph +git clone https://github.com/openstack/charm-ceph-mon.git $distro/ceph git clone https://github.com/openstack/charm-ceph-osd.git $distro/ceph-osd git clone https://github.com/openstack/charm-ceph-radosgw.git $distro/ceph-radosgw git clone https://github.com/openstack/charm-cinder.git $distro/cinder |