From 42d972f661405d0851598deb21e09ebc8e7043c7 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Wed, 14 Mar 2018 08:15:11 -0500 Subject: use the latest stable charm. Change-Id: I61d3aa7f2c53c1b4043a4eb12933a50f98e8a8f0 Signed-off-by: Narinder Gupta --- ci/kubernetes/fetch-charms.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci/kubernetes/fetch-charms.sh') diff --git a/ci/kubernetes/fetch-charms.sh b/ci/kubernetes/fetch-charms.sh index 4ab94a98..3906d7bd 100755 --- a/ci/kubernetes/fetch-charms.sh +++ b/ci/kubernetes/fetch-charms.sh @@ -11,5 +11,5 @@ function build { # openstack charm pull cs:ntp $distro/ntp -git clone -b stable/17.11 https://github.com/openstack/charm-ceph-mon.git $distro/ceph-mon -git clone -b stable/17.11 https://github.com/openstack/charm-ceph-osd.git $distro/ceph-osd +git clone -b stable/18.02 https://github.com/openstack/charm-ceph-mon.git $distro/ceph-mon +git clone -b stable/18.02 https://github.com/openstack/charm-ceph-osd.git $distro/ceph-osd -- cgit 1.2.3-korg