2
0
Эх сурвалжийг харах

Make sure gateway is in scope

Nuwan Goonasekera 8 жил өмнө
parent
commit
75d0f8dbe7

+ 1 - 0
test/test_compute_service.py

@@ -313,6 +313,7 @@ class CloudComputeServiceTestCase(ProviderTestBase):
 
             # check floating ips
             router = self.provider.networking.routers.create(name, net)
+            gateway = None
 
             def cleanup_router():
                 with helpers.cleanup_action(lambda: router.delete()):