From 82e186f84d494ea9072a82b72c8db7dddb439d86 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann <hansmi@google.com> Date: Wed, 25 Nov 2009 12:27:22 +0100 Subject: [PATCH] =?UTF-8?q?Re-add=20=E2=80=9Cnic.bridges=E2=80=9D=20field?= =?UTF-8?q?=20to=20RAPI=20bulk=20instance=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit 495cfdf0 removed βnic.bridgesβ from the default list for bulk instance list RAPI requests. Signed-off-by: Michael Hanselmann <hansmi@google.com> Reviewed-by: Iustin Pop <iustin@google.com> --- lib/rapi/rlib2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rapi/rlib2.py b/lib/rapi/rlib2.py index 66b591761..669bae4c4 100644 --- a/lib/rapi/rlib2.py +++ b/lib/rapi/rlib2.py @@ -35,7 +35,7 @@ _COMMON_FIELDS = ["ctime", "mtime", "uuid", "serial_no", "tags"] I_FIELDS = ["name", "admin_state", "os", "pnode", "snodes", "disk_template", - "nic.ips", "nic.macs", "nic.modes", "nic.links", + "nic.ips", "nic.macs", "nic.modes", "nic.links", "nic.bridges", "network_port", "disk.sizes", "disk_usage", "beparams", "hvparams", -- GitLab