| commit | b6f183ad09c51f0d116fecc0c526d6752424a35b | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Sat Aug 30 04:09:08 2014 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Sat Aug 30 04:09:08 2014 +0000 |
| tree | 5dc2b648ce4f41845cbef0e29c195d142173798d | |
| parent | 434982c96d758a55a324d933df8f5e3949813fc8 [diff] | |
| parent | 62ec61c211563bac71b693c64ce2d5389a9e3fe6 [diff] |
Merge "Detect when Debian is used to launch libvirtd"
diff --git a/lib/nova_plugins/functions-libvirt b/lib/nova_plugins/functions-libvirt index 258e1a4..f722836 100644 --- a/lib/nova_plugins/functions-libvirt +++ b/lib/nova_plugins/functions-libvirt
@@ -57,7 +57,7 @@ EOF fi - if is_ubuntu; then + if [ "$os_VENDOR" = "Ubuntu" ]; then LIBVIRT_DAEMON=libvirt-bin else LIBVIRT_DAEMON=libvirtd