Remove ability to filter instances by VCPUs

This is not supported by the compute API so will never work.

Closes-bug: #1967183
Change-Id: I0c64f9b1c9e48a96118db55c3ec8ab92a72ada8b
This commit is contained in:
Sam Morrison 2022-03-31 09:19:33 +11:00
parent 7284b4599e
commit f4bbc99b1a

View File

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