Package: python3-rally-openstack
Version: 2.0.0-2
Severity: normal
User: pkg-systemd-maintain...@lists.alioth.debian.org
Usertags: resolvectl

Hi,

systemd-resolve has been replaced by the resolvectl tool in systemd v239
(i.e. is available since buster). This is from the systemd release
notes:

    * The systemd-resolve tool has been renamed to resolvectl (it also
      remains available under the old name, for compatibility), and its
      interface is now verb-based, similar in style to the other <xyz>ctl
      tools, such as systemctl or loginctl.

systemd-resolve is nowadays merely a symlink pointing at resolvectl and
we'd like to get rid of this compat symlink at some point.

Your packages uses the old name like this:

$  grep -E "systemd-resolve\b" -R
rally_openstack/task/scenarios/vm/vmtasks.py:        script = f"cloud-init 
status -w; systemd-resolve --status; "\


"systemd-resolve --status" can be replaced by "resolvectl status".

It is planned, that the systemd-resolve compat symlink will be dropped
in in bookworm.

Regards,
Michael

Reply via email to