From 39357a1c757c2bc2a37a7283fc9c53c2044f9be0 Mon Sep 17 00:00:00 2001 From: shrutiranade38 Date: Tue, 27 Nov 2012 15:36:31 +0530 Subject: [PATCH] Unused variables removed Variables api_port and registry_port were unused and hence removed. Change-Id: I65aa64a79fcd30e61f4448ec4a24285e83273620 --- glance/tests/functional/v1/test_ssl.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/glance/tests/functional/v1/test_ssl.py b/glance/tests/functional/v1/test_ssl.py index b30c7b7e1f..81f3c46c60 100644 --- a/glance/tests/functional/v1/test_ssl.py +++ b/glance/tests/functional/v1/test_ssl.py @@ -1238,9 +1238,6 @@ class TestSSL(functional.FunctionalTest): self.cleanup() self.start_servers(**self.__dict__.copy()) - api_port = self.api_port - registry_port = self.registry_port - # 0. GET /images # Verify no public images path = "https://%s:%d/v1/images" % ("127.0.0.1", self.api_port)