Skip to content

Commit

Permalink
update data_center api views to add filter on service environment name (
Browse files Browse the repository at this point in the history
  • Loading branch information
golgoth31 authored and mkurek committed Mar 22, 2017
1 parent e61c062 commit 7a11676
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ralph/data_center/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class DataCenterAssetViewSet(BaseObjectViewSetMixin, RalphAPIViewSet):
'service_env__service__uid',
'service_env__service__name',
'service_env__service__id',
'service_env__environment__name',
'firmware_version',
'bios_version',
]
Expand Down

0 comments on commit 7a11676

Please sign in to comment.