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

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