Merge "Remove ability to filter instances by VCPUs"

This commit is contained in:
Zuul 2022-05-31 05:38:13 +00:00 committed by Gerrit Code Review
commit 1f9a184de7
1 changed files with 0 additions and 1 deletions

View File

@ -1196,7 +1196,6 @@ INSTANCE_FILTER_CHOICES = (
('availability_zone', _("Availability Zone ="), True),
('changes-since', _("Changes Since"), True,
_("Filter by an ISO 8061 formatted time, e.g. 2016-06-14T06:27:59Z")),
('vcpus', _("vCPUs ="), True),
)