diff --git a/daemons/ganeti-watcher b/daemons/ganeti-watcher index 1a57d3bd80068d5cad3f0be939f516a613d428b4..6eb4446c45369cac88acf4e9f489823646c1d112 100755 --- a/daemons/ganeti-watcher +++ b/daemons/ganeti-watcher @@ -1,7 +1,7 @@ #!/usr/bin/python # -# Copyright (C) 2006, 2007, 2008 Google Inc. +# Copyright (C) 2006, 2007, 2008, 2009, 2010 Google Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -641,7 +641,7 @@ def IsRapiResponding(hostname): @return: Whether RAPI is working properly """ - curl_config = rapi.client.GenericCurlConfig(cafile=constants.RAPI_CERT_FILE) + curl_config = rapi.client.GenericCurlConfig() rapi_client = rapi.client.GanetiRapiClient(hostname, curl_config_fn=curl_config) try: