Add missing "requests" import needed by ready.py script 59/125859/1
authorothman touijer <othman.touijer@soprasteria.com>
Wed, 24 Nov 2021 09:41:24 +0000 (10:41 +0100)
committerothman touijer <othman.touijer@soprasteria.com>
Wed, 24 Nov 2021 09:42:43 +0000 (10:42 +0100)
Issue-ID: OOM-2884
Signed-off-by: othman touijer <othman.touijer@soprasteria.com>
Change-Id: I69e8d661073d724b70d0292525224fb553eca270

ready.py

index 85d5989..9055950 100755 (executable)
--- 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