Fixed AttributeError while creating the server group. Fixes #5688

This commit is contained in:
Akshay Joshi 2020-07-21 18:02:51 +05:30
parent 851c15b2d6
commit f177d54f21

View File

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