Aditya Addepalli 8 лет назад
Родитель
Сommit
d5a47cbecb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      cloudbridge/cloud/interfaces/services.py

+ 1 - 1
cloudbridge/cloud/interfaces/services.py

@@ -740,7 +740,7 @@ class SubnetService(PageableObjectMixin, CloudService):
         pass
 
     @abstractmethod
-    def create(self, name, network_id, cidr_block, zone=zone):
+    def create(self, name, network_id, cidr_block, zone):
         """
         Create a new subnet within the supplied network.