From 5e3d3eb3bad4420108c3c26c29eccd4c1fb46af6 Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Tue, 16 Jun 2009 17:43:21 +0100 Subject: [PATCH] Update a forgot docstring for nic parameters Properly document the expected nic format. Signed-off-by: Guido Trotter <ultrotter@google.com> Reviewed-by: Iustin Pop <iustin@google.com> --- lib/cmdlib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cmdlib.py b/lib/cmdlib.py index 89e14dc3f..b0f93419c 100644 --- a/lib/cmdlib.py +++ b/lib/cmdlib.py @@ -474,8 +474,8 @@ def _BuildInstanceHookEnv(name, primary_node, secondary_nodes, os_type, status, @type vcpus: string @param vcpus: the count of VCPUs the instance has @type nics: list - @param nics: list of tuples (ip, bridge, mac) representing - the NICs the instance has + @param nics: list of tuples (ip, mac, mode, link) representing + the NICs the instance has @type disk_template: string @param disk_template: the distk template of the instance @type disks: list -- GitLab