diff options
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/db/sqlalchemy/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/db/sqlalchemy/api.py b/nova/db/sqlalchemy/api.py index 1f4f2f88c..4e92c61b6 100644 --- a/nova/db/sqlalchemy/api.py +++ b/nova/db/sqlalchemy/api.py @@ -3702,7 +3702,7 @@ def bw_usage_get_all_by_filters(context, filters): filters = filters.copy() # Filters for exact matches that we can do along with the SQL query. - exact_match_filter_names = ["instance_id", "network_label", + exact_match_filter_names = ["instance_id", "mac", "start_period", "last_refreshed", "bw_in", "bw_out"] # Filter the query |
