nova boot does not support multiple --nic parameters
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-novaclient |
Fix Released
|
Critical
|
huangtianhua | ||
Pike |
Fix Committed
|
High
|
Matt Riedemann |
Bug Description
Trying to boot a server while specifying multiple --nic parameters leads to an error using latest nova client (9.0.1):
$ nova boot --flavor s1-2 --image master --nic net-name=network1 --nic net-name=network2 master2
ERROR (CommandError): Invalid nic argument 'net-name=
The above command works just fine when using a single --nic parameter.
This seems to be a regression from previous clients: tracked down the issue to novaclient/
Changed in python-novaclient: | |
assignee: | nobody → huangtianhua (huangtianhua) |
Fix proposed to branch: master /review. openstack. org/492003
Review: https:/