summaryrefslogtreecommitdiff
path: root/opendc/models/machine.py
diff options
context:
space:
mode:
Diffstat (limited to 'opendc/models/machine.py')
-rw-r--r--opendc/models/machine.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc/models/machine.py b/opendc/models/machine.py
index e6e49c4b..b79cae94 100644
--- a/opendc/models/machine.py
+++ b/opendc/models/machine.py
@@ -22,7 +22,7 @@ class Machine(Model):
PATH = '/v1/tiles/{tileId}/rack/machines'
- TABLE_NAME = 'machines'
+ COLLECTION_NAME = 'machines'
COLUMNS = ['id', 'rack_id', 'position', 'topology_id']
COLUMNS_PRIMARY_KEY = ['id']