Blob Blame History Raw
--- a/agents/gce/fence_gce.py	2021-09-07 11:39:36.718667514 +0200
+++ b/agents/gce/fence_gce.py	2021-09-07 11:39:30.423648309 +0200
@@ -17,6 +17,7 @@
 
 from fencing import fail_usage, run_delay, all_opt, atexit_handler, check_input, process_input, show_docs, fence_action
 try:
+  sys.path.insert(0, '/usr/lib/fence-agents/bundled/google')
   import googleapiclient.discovery
   try:
     from google.oauth2.credentials import Credentials as GoogleCredentials