From 49038fe66fad209ab5a4d80d5caeab3fc8cd64d3 Mon Sep 17 00:00:00 2001 From: Mahnoor Asghar Date: Mon, 29 Jul 2024 10:57:16 -0400 Subject: [PATCH] Remove unused variable IRONIC_VMEDIA_SCHEME Signed-off-by: Mahnoor Asghar --- scripts/tls-common.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/tls-common.sh b/scripts/tls-common.sh index 60b20093f..d23ec1fe9 100644 --- a/scripts/tls-common.sh +++ b/scripts/tls-common.sh @@ -77,10 +77,8 @@ else fi if [[ -f "$IRONIC_VMEDIA_CERT_FILE" ]]; then - export IRONIC_VMEDIA_SCHEME="https" export IRONIC_VMEDIA_TLS_SETUP="true" else - export IRONIC_VMEDIA_SCHEME="http" export IRONIC_VMEDIA_TLS_SETUP="false" fi