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>
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'],