summaryrefslogtreecommitdiff
path: root/opendc/models/room.py
diff options
context:
space:
mode:
Diffstat (limited to 'opendc/models/room.py')
-rw-r--r--opendc/models/room.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc/models/room.py b/opendc/models/room.py
index 209e4e77..a4266627 100644
--- a/opendc/models/room.py
+++ b/opendc/models/room.py
@@ -16,7 +16,7 @@ class Room(Model):
PATH = '/v1/datacenters/{datacenterId}/rooms'
- TABLE_NAME = 'rooms'
+ COLLECTION_NAME = 'rooms'
COLUMNS = ['id', 'name', 'datacenter_id', 'type', 'topology_id']
COLUMNS_PRIMARY_KEY = ['id']