소스 검색

Make sure gateway is in scope

Nuwan Goonasekera 8 년 전
부모
커밋
75d0f8dbe7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      test/test_compute_service.py

+ 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()):