diff options
Diffstat (limited to 'opendc/models/rack.py')
| -rw-r--r-- | opendc/models/rack.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc/models/rack.py b/opendc/models/rack.py index 43916490..7b085a57 100644 --- a/opendc/models/rack.py +++ b/opendc/models/rack.py @@ -16,7 +16,7 @@ class Rack(Model): PATH = '/v1/tiles/{tileId}/rack' - TABLE_NAME = 'racks' + COLLECTION_NAME = 'racks' COLUMNS = ['id', 'name', 'capacity', 'power_capacity_w', 'topology_id'] COLUMNS_PRIMARY_KEY = ['id'] |
