Skip to content

Commit

Permalink
We don't need to start any special qemu service on sles15 sp4,5,6 (#1752
Browse files Browse the repository at this point in the history
)
  • Loading branch information
srbarrios authored Dec 4, 2024
1 parent d2f822c commit 65c6d6d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions backend_modules/libvirt/host/user_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,6 @@ runcmd:
%{ else }
- "zypper -n in avahi nss-mdns qemu-guest-agent"
%{ endif }
# WORKAROUND: cloud-init in SLES 15 SP4 does not take care of the following
- "systemctl start 'qemu-ga@virtio\\x2dports-org.qemu.guest_agent.0'"
%{ endif }

%{ if image == "sles15sp5o" }
Expand All @@ -276,9 +274,6 @@ runcmd:
%{ else }
- "zypper -n in avahi nss-mdns qemu-guest-agent"
%{ endif }
# WORKAROUND: cloud-init in SLES 15 SP5 does not take care of the following
# TODO: Check!
- "systemctl start 'qemu-ga@virtio\\x2dports-org.qemu.guest_agent.0'"
%{ endif }

%{ if image == "sles15sp6o" }
Expand All @@ -301,9 +296,6 @@ runcmd:
%{ else }
- "zypper -n in avahi nss-mdns qemu-guest-agent"
%{ endif }
# WORKAROUND: cloud-init in SLES 15 SP6 does not take care of the following
# TODO: Check!
- "systemctl start 'qemu-ga@virtio\\x2dports-org.qemu.guest_agent.0'"
%{ endif }

%{ if image == "slemicro55o" }
Expand Down

0 comments on commit 65c6d6d

Please sign in to comment.