diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-09-02 02:03:08 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-09-02 02:03:31 -0500 |
commit | 77c6792a22fcd2d791247af39028d4792ec3e683 (patch) | |
tree | 7f810a5657b05c209777676d09e1f0b502b0eec4 /ci/nosdn | |
parent | c7b95f1cdee6d3df0577664ea511a746968add4a (diff) |
using the latest branch.
Change-Id: Ia49f945482156659d7bad3d0b134852679a58ead
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/nosdn')
-rwxr-xr-x | ci/nosdn/fetch-charms.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ci/nosdn/fetch-charms.sh b/ci/nosdn/fetch-charms.sh index e5180af7..10b492af 100755 --- a/ci/nosdn/fetch-charms.sh +++ b/ci/nosdn/fetch-charms.sh @@ -18,9 +18,6 @@ git clone https://github.com/openstack/charm-ceilometer-agent.git $distro/ceilom git clone https://github.com/openstack/charm-ceph-mon.git $distro/ceph-mon 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 -cd $distro/ceph-radosgw -git pull https://git.openstack.org/openstack/charm-ceph-radosgw refs/changes/05/500205/1 -cd ../../ git clone https://github.com/openstack/charm-cinder.git $distro/cinder git clone https://github.com/openstack/charm-cinder-ceph.git $distro/cinder-ceph git clone https://github.com/openstack/charm-glance.git $distro/glance |