Fixed AttributeError while creating the server group. Fixes #5688

pull/34/head
Akshay Joshi 2020-07-21 18:02:51 +05:30
parent 851c15b2d6
commit f177d54f21
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ blueprint = ServerGroupModule(__name__)
class ServerGroupView(NodeView):
node_type = ServerGroupModule.node_type
node_type = ServerGroupModule._NODE_TYPE
parent_ids = []
ids = [{'type': 'int', 'id': 'gid'}]