]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/ceph_salt.py: Fix ceph-salt registries
authorGeorgios Kyratsas <gkyratsas@suse.com>
Thu, 2 Jul 2020 15:13:30 +0000 (17:13 +0200)
committerStefen Allen <sallen@suse.com>
Thu, 9 Dec 2021 19:29:46 +0000 (12:29 -0700)
Fixing the path for adding the registry on ceph-salt that was introduced
by MR #262
(https://github.com/ceph/ceph-salt/commit/407853ad5367d79c4378e19e29b31d13f938f306)

Signed-off-by: Georgios Kyratsas <gkyratsas@suse.com>
qa/tasks/ceph_salt.py

index 220ace1f875eeff12cae08899a0620a9ceb3a5b3..a3f2c198c617929628af38caa1e69dbca71e331b 100644 (file)
@@ -274,7 +274,8 @@ class CephSalt(Task):
         self.master_remote.sh("sudo ceph-salt config "
                               "/system_update/reboot disable")
         self.master_remote.sh("sudo ceph-salt config /ssh/ generate")
-        self.master_remote.sh("sudo ceph-salt config /containers/registries "
+        self.master_remote.sh("sudo ceph-salt config /containers/"
+                              "registries_conf/registries "
                               "add  prefix={name}"
                               " location={loc} insecure={insec}"
                               .format(name=ceph_salt_ctx['registry_name'],