فهرست منبع

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