Blame SOURCES/bz1633251-gcp-pd-move-5-bundle.patch

d42a06
--- ClusterLabs-resource-agents-e711383f/heartbeat/gcp-pd-move.in	2020-05-28 14:46:28.396220588 +0200
d42a06
+++ /home/oalbrigt/src/resource-agents/gcp-pd-move.rhel8	2020-05-28 14:16:25.845308597 +0200
d42a06
@@ -32,6 +32,7 @@
d42a06
 from ocf import logger
d42a06
 
d42a06
 try:
d42a06
+  sys.path.insert(0, '/usr/lib/resource-agents/bundled/gcp/google-cloud-sdk/lib/third_party')
d42a06
   import googleapiclient.discovery
d42a06
 except ImportError:
d42a06
   pass