Skip to content

Commit

Permalink
[update]修复vpc创建异常
Browse files Browse the repository at this point in the history
  • Loading branch information
comprel committed Mar 31, 2021
1 parent 28f5ade commit 126c223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/network/vpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


class Common(object):
def generate_create_data(zone, create_data, **kwargs):
def generate_create_data(self, zone, create_data, **kwargs):
create_data = {"cidr": create_data.get("cidr"),
"name": create_data.get("name")}
return create_data, {}
Expand Down

0 comments on commit 126c223

Please sign in to comment.