ZAPI-636: provisionNics passes create params to list

Details

Issue Type:Bug
Priority:4 - Normal
Status:Resolved
Created at:2015-06-25T18:21:46.000Z
Updated at:2015-06-27T00:39:34.000Z

People

Created by:Former user
Reported by:Former user
Assigned to:Former user

Resolution

Fixed: A fix for this issue is checked into the tree and tested.
(Resolution Date: 2015-06-27T00:39:34.000Z)

Fix Versions

2015-07-09 Salton Sea (Release Date: 2015-07-09)

Description

VMAPI passes some of its query parameters that are used to provision nics while listing nics. We should have it only pass the parameters that make sense for creation (cn_uuid) and not pass those onto the list interfaces. Part of the rationale of this is that the cn_uuid property is a bit suspect in NAPI as it is and seems to be asking for a split brain property as well as being a recent thing and not present on most vms.

Comments

Comment by Former user
Created at 2015-06-27T00:10:49.000Z

sdc-vmapi commit e646b86 (branch master, by Robert Mustacchi)

ZAPI-636 provisionNics passes create params to list
Reviewed by: Orlando Vazquez <ovazquez@gmail.com>
Reviewed by: Pedro P. Candel <pedro@joyent.com>