浏览代码

Removing default zone

Aditya Addepalli 8 年之前
父节点
当前提交
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.