From 0a6b19b0b6b0ac2427731ec8d5532f2b33b53ad1 Mon Sep 17 00:00:00 2001 From: Felipe Reyes Date: Mon, 22 Aug 2022 17:13:16 -0400 Subject: [PATCH] Drop ch: prefix from third.yaml This change makes it compatible with juju 2.8, the other 2 bundles have magpie which was not a promulgated charm in the charm store, so they will fail even if the prefix is dropped. (cherry picked from commit f16fa22f4e649d44ba8e2dbe4cd5a38b044109b1) --- tests/bundles/third.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/bundles/third.yaml b/tests/bundles/third.yaml index 5e6de776f..1b2235d4a 100644 --- a/tests/bundles/third.yaml +++ b/tests/bundles/third.yaml @@ -1,10 +1,10 @@ series: focal applications: ubuntu: - charm: ch:ubuntu + charm: ubuntu num_units: 10 ntp: - charm: ch:ntp + charm: ntp num_units: 0 relations: - - ubuntu