summaryrefslogtreecommitdiffstats
path: root/compass-deck/db/api/machine.py
diff options
context:
space:
mode:
Diffstat (limited to 'compass-deck/db/api/machine.py')
-rw-r--r--compass-deck/db/api/machine.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/compass-deck/db/api/machine.py b/compass-deck/db/api/machine.py
index b7b16b2..7991ada 100644
--- a/compass-deck/db/api/machine.py
+++ b/compass-deck/db/api/machine.py
@@ -29,7 +29,7 @@ from compass.utils import util
MACHINE_PRIMARY_FILEDS = ['mac', 'owner_id']
SUPPORTED_FIELDS = [
- 'mac', 'tag', 'location',
+ 'mac', 'tag', 'location', 'ipmi_credentials',
'machine_attributes', 'owner_id']
IGNORE_FIELDS = ['id', 'created_at', 'updated_at']
UPDATED_FIELDS = [