summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-05-31 05:38:13 +0000
committerGerrit Code Review <review@openstack.org>2022-05-31 05:38:13 +0000
commit1f9a184de7c1a7085e465541349173c376c91ff1 (patch)
tree8c601c20f047bd5b9415db43b30a72303976ad43
parenta2935322dd598ef7c4517f85bfac6ab17369a00f (diff)
parentf4bbc99b1a047b52116c5b6d7a7fa6a7b779f7da (diff)
downloadhorizon-1f9a184de7c1a7085e465541349173c376c91ff1.tar.gz
Merge "Remove ability to filter instances by VCPUs"
-rw-r--r--openstack_dashboard/dashboards/project/instances/tables.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/openstack_dashboard/dashboards/project/instances/tables.py b/openstack_dashboard/dashboards/project/instances/tables.py
index 3a0e79912..c281fcba1 100644
--- a/openstack_dashboard/dashboards/project/instances/tables.py
+++ b/openstack_dashboard/dashboards/project/instances/tables.py
@@ -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),
)