diff options
| author | Yun Mao <yunmao@gmail.com> | 2012-06-18 13:12:31 -0400 |
|---|---|---|
| committer | Yun Mao <yunmao@gmail.com> | 2012-06-20 17:15:11 -0400 |
| commit | 1825abc8da4db5e5a85e30386c7598a61c59aa9d (patch) | |
| tree | a17d33f9c8dfb68d1131b9a9130cc0d354554f46 /nova/virt | |
| parent | cf1854946838bf14607d05acd6f347702372b744 (diff) | |
Set libvirt_nonblocking to true by default for Folsom.
Make the fake libvirt module look more like the real module.
Change-Id: Ie03f24c6e5c3027d83d8f3d87d049f7f9df29e5b
Diffstat (limited to 'nova/virt')
| -rw-r--r-- | nova/virt/libvirt/connection.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/libvirt/connection.py b/nova/virt/libvirt/connection.py index 6f0f1f630..c9f8a35b4 100644 --- a/nova/virt/libvirt/connection.py +++ b/nova/virt/libvirt/connection.py @@ -156,7 +156,7 @@ libvirt_opts = [ ' soft reboot request is made. We fall back to hard reboot' ' if instance does not shutdown within this window.'), cfg.BoolOpt('libvirt_nonblocking', - default=False, + default=True, help='Use a separated OS thread pool to realize non-blocking' ' libvirt calls'), # force_config_drive is a string option, to allow for future behaviors |
