Explorar o código

Removing default zone

Aditya Addepalli %!s(int64=8) %!d(string=hai) anos
pai
achega
d5a47cbecb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.