Skip to content
Snippets Groups Projects
Commit 22482387 authored by Iustin Pop's avatar Iustin Pop
Browse files

Fix RAPI QA, broken by NIC parameters changes


This also adds the new nic.links query field.

Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
parent 7faf5110
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ NoProxyOpener = urllib2.build_opener(urllib2.ProxyHandler({}))
INSTANCE_FIELDS = ("name", "os", "pnode", "snodes",
"admin_state",
"disk_template", "disk.sizes",
"nic.ips", "nic.macs", "nic.bridges",
"nic.ips", "nic.macs", "nic.modes", "nic.links",
"beparams", "hvparams",
"oper_state", "oper_ram", "status", "tags")
......
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