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

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