From: Nathan Cutler Date: Sat, 12 Sep 2020 19:52:32 +0000 (+0200) Subject: qa/ceph_salt: Fix ceph image path config X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c2eed833afe1d6a7f5c859512ab6cbccc1b4b2c1;p=ceph.git qa/ceph_salt: Fix ceph image path config The ceph image path config node was renamed in ceph-salt 15.2.11. Signed-off-by: Nathan Cutler --- diff --git a/qa/tasks/ceph_salt.py b/qa/tasks/ceph_salt.py index 47a0fd1f75a..f9fd9d8e4d1 100644 --- a/qa/tasks/ceph_salt.py +++ b/qa/tasks/ceph_salt.py @@ -282,8 +282,8 @@ class CephSalt(Task): loc=ceph_salt_ctx['registry_location'], insec=ceph_salt_ctx['registry_insecure'] )) - self.master_remote.sh("sudo ceph-salt config /containers/images/ceph " - "set {}" + self.master_remote.sh("sudo ceph-salt config " + "/cephadm_bootstrap/ceph_image_path set {}" .format(ceph_salt_ctx['container_image'])) self.ctx.ceph[self.cluster].image = ceph_salt_ctx['container_image'] self.master_remote.sh("sudo ceph-salt "