Skip to content
Snippets Groups Projects
Commit e83d962b authored by Guido Trotter's avatar Guido Trotter
Browse files

Remove bridge field from rapi daemon


Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent c97fcab8
No related branches found
No related tags found
No related merge requests found
......@@ -786,8 +786,6 @@ class R_2_instances(baserlib.R_Generic):
nics[0]["mode"] = fn("mode")
if fn("link", None) is not None:
nics[0]["link"] = fn("link")
if fn("bridge", None) is not None:
nics[0]["bridge"] = fn("bridge")
# Do not modify anymore, request data version 0 is deprecated
return opcodes.OpInstanceCreate(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment