From 414c9e899a92ca59e82d71931e1d4a66f8e56646 Mon Sep 17 00:00:00 2001 From: Anish Mudaraddi <81758831+anish-mudaraddi@users.noreply.github.com> Date: Mon, 7 Sep 2026 12:31:12 +0100 Subject: [PATCH] Change URL to HTTPS Updated the URL scheme to HTTPS. --- OpenStack-Rally-Tester/usr/local/bin/rally_extract_results.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenStack-Rally-Tester/usr/local/bin/rally_extract_results.py b/OpenStack-Rally-Tester/usr/local/bin/rally_extract_results.py index c2d0f148..2671fd32 100644 --- a/OpenStack-Rally-Tester/usr/local/bin/rally_extract_results.py +++ b/OpenStack-Rally-Tester/usr/local/bin/rally_extract_results.py @@ -21,7 +21,7 @@ password = parser.get("auth", "password") instance = parser.get("cloud", "instance") -url = "http://" + host + "/write?db=" + database +url = "https://" + host + "/write?db=" + database nowtime = time.localtime()