Fixed AttributeError while creating the server group. Fixes #5688
parent
851c15b2d6
commit
f177d54f21
|
@ -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'}]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue