add a new field to the instance model for use with receptor changes (incoming)

This commit is contained in:
Rebeccah
2021-07-26 15:48:26 -04:00
parent 57fa2c03f7
commit 706f3f97ea
3 changed files with 25 additions and 0 deletions

View File

@@ -4799,6 +4799,7 @@ class InstanceSerializer(BaseSerializer):
"mem_capacity",
"enabled",
"managed_by_policy",
"node_type",
)
def get_related(self, obj):