diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2018-03-14 08:15:11 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2018-03-14 08:15:11 -0500 |
commit | 42d972f661405d0851598deb21e09ebc8e7043c7 (patch) | |
tree | c8b1e7e59e5985639367eb98bf03e5d586878978 /ci/kubernetes | |
parent | 14ec79edc1dae18d4d366a26f13f13b5747af610 (diff) |
use the latest stable charm.
Change-Id: I61d3aa7f2c53c1b4043a4eb12933a50f98e8a8f0
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/kubernetes')
-rwxr-xr-x | ci/kubernetes/fetch-charms.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |