We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 434982c + 62ec61c commit b6f183aCopy full SHA for b6f183a
1 file changed
lib/nova_plugins/functions-libvirt
@@ -57,7 +57,7 @@ cgroup_device_acl = [
57
EOF
58
fi
59
60
- if is_ubuntu; then
+ if [ "$os_VENDOR" = "Ubuntu" ]; then
61
LIBVIRT_DAEMON=libvirt-bin
62
else
63
LIBVIRT_DAEMON=libvirtd
0 commit comments