diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-08-30 09:49:23 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-08-30 09:49:23 -0500 |
commit | 95e07c1f1ab9ee6322998ba429e104853f39577e (patch) | |
tree | 81cad039960a28a5db1e37e70f8caed75d69edda /ci/nosdn | |
parent | 0c4fd979031677313a4e62a108fa7e3f0f31d09f (diff) |
change the charm version to latest for rados-gw as well.
Change-Id: I6067eb2a14fed494f7f68a47c9cce7e7f849128d
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/nosdn')
-rwxr-xr-x | ci/nosdn/fetch-charms.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/nosdn/fetch-charms.sh b/ci/nosdn/fetch-charms.sh index c3131c6b..10b492af 100755 --- a/ci/nosdn/fetch-charms.sh +++ b/ci/nosdn/fetch-charms.sh @@ -17,7 +17,7 @@ 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-mon.git $distro/ceph-mon git clone https://github.com/openstack/charm-ceph-osd.git $distro/ceph-osd -git clone -b stable/17.02 https://github.com/openstack/charm-ceph-radosgw.git $distro/ceph-radosgw +git clone https://github.com/openstack/charm-ceph-radosgw.git $distro/ceph-radosgw 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 |