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:
parent
7284b4599e
commit
f4bbc99b1a
@ -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),
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user