summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorothman touijer <othman.touijer@soprasteria.com>2021-11-24 10:41:24 +0100
committerothman touijer <othman.touijer@soprasteria.com>2021-11-24 10:42:43 +0100
commit87a99b1ca0ffd898ee0af845f79f8174e8d5b7d6 (patch)
tree48205e17655cd186a287eb0daf597570680f60a2
parent5274bc78dac2f2368456b4ad6338523d27b625ff (diff)
Add missing "requests" import needed by ready.py script
Issue-ID: OOM-2884 Signed-off-by: othman touijer <othman.touijer@soprasteria.com> Change-Id: I69e8d661073d724b70d0292525224fb553eca270
-rwxr-xr-xready.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ready.py b/ready.py
index 85d5989..9055950 100755
--- a/ready.py
+++ b/ready.py
@@ -29,6 +29,7 @@ import os
import sys
import time
import random
+import requests
from kubernetes import client, config
from kubernetes.client.rest import ApiException