Blame SOURCES/bz1969953-fence_gce-3-fix-httplib2-import.patch
|
|
ce1a35 |
--- a/agents/gce/fence_gce.py 2021-10-19 10:29:17.000000000 +0000
|
|
|
ce1a35 |
+++ b/agents/gce/fence_gce.py 2021-10-26 15:26:11.348781027 +0000
|
|
|
ce1a35 |
@@ -1,7 +1,6 @@
|
|
|
ce1a35 |
#!@PYTHON@ -tt
|
|
|
ce1a35 |
|
|
|
ce1a35 |
import atexit
|
|
|
ce1a35 |
-import httplib2
|
|
|
ce1a35 |
import logging
|
|
|
ce1a35 |
import os
|
|
|
ce1a35 |
import sys
|
|
|
ce1a35 |
@@ -19,6 +18,7 @@
|
|
|
ce1a35 |
from fencing import fail_usage, run_delay, all_opt, atexit_handler, check_input, process_input, show_docs, fence_action
|
|
|
ce1a35 |
try:
|
|
|
ce1a35 |
sys.path.insert(0, '/usr/lib/fence-agents/bundled/google')
|
|
|
ce1a35 |
+ import httplib2
|
|
|
ce1a35 |
import googleapiclient.discovery
|
|
|
ce1a35 |
import socks
|
|
|
ce1a35 |
try:
|