Blame SOURCES/bz1969953-fence_gce-2-bundled.patch

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