Commit fb1c7658 by Guba Sándor

changed LIBVIRT_KEEPALIVE default value

parent 201f94f5
......@@ -28,6 +28,6 @@ celery.conf.update(
)
)
if to_bool(getenv('LIBVIRT_KEEPALIVE', False)):
if to_bool(getenv('LIBVIRT_KEEPALIVE', "False")):
import libvirt
lib_connection = libvirt.open(getenv('LIBVIRT_URI'))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment