vif_type - vrouter_port_control script - Invalid argument for vif_type
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R2.20 |
Fix Committed
|
Undecided
|
Ashok Singh | |||
R2.21.x |
Fix Committed
|
Undecided
|
Ashok Singh | |||
R2.22.x |
Fix Committed
|
Undecided
|
Ashok Singh | |||
R3.0 |
Fix Committed
|
Undecided
|
Ashok Singh | |||
R3.0.2.x |
Fix Committed
|
Undecided
|
Ashok Singh | |||
R3.1 |
Fix Committed
|
Undecided
|
Ashok Singh | |||
Trunk |
Fix Committed
|
Undecided
|
Ashok Singh |
Bug Description
Interfaces are not getting created in the Virtual Network
nova log
--------
2016-07-11 15:49:03.844 94868 INFO nova.virt.
f8df992615c5787be - - -] [instance: 06142af8-
2016-07-11 15:49:04.943 94868 INFO nova.virt.
df992615c5787be - - -] Unable to import guestfs, falling back to VFSLocalFS
2016-07-11 15:49:05.836 94868 ERROR nova.virt.
df992615c5787be - - -] [instance: 06142af8-
2016-07-11 15:49:05.836 94868 ERROR nova.virt.
2016-07-11 15:49:05.836 94868 ERROR nova.virt.
va/virt/
2016-07-11 15:49:05.836 94868 ERROR nova.virt.
md_args, run_as_root=True)
2016-07-11 15:49:05.836 94868 ERROR nova.virt.
va/utils.py", line 389, in execute
2016-07-11 15:49:05.836 94868 ERROR nova.virt.
*cmd, **kwargs)
2016-07-11 15:49:05.836 94868 ERROR nova.virt.
va/utils.py", line 272, in execute
2016-07-11 15:49:05.836 94868 ERROR nova.virt.
rgs)
2016-07-11 15:49:05.836 94868 ERROR nova.virt.
lo_concurrency/
2016-07-11 15:49:05.836 94868 ERROR nova.virt.
2016-07-11 15:49:05.836 94868 ERROR nova.virt.
le running command.
2016-07-11 15:49:05.836 94868 ERROR nova.virt.
rap.conf vrouter-
29ef1c-
rey --mac=02:
2016-07-11 15:49:05.836 94868 ERROR nova.virt.
2016-07-11 15:49:05.836 94868 ERROR nova.virt.
e\n'
2016-07-11 15:49:05.836 94868 ERROR nova.virt.
2016-07-11 15:49:05.836 94868 ERROR nova.virt.
2016-07-11 15:49:06.281 94868 INFO nova.compute.
3eeba9] VM Started (Lifecycle Event)
tested with the following patch - seems to be working...
vif_type = 'Vrouter'
if vif['type'] == network_
cmd_args = ("--oper=add --uuid=%s --instance_uuid=%s --vn_uuid=%s "
cmd_args = ("--oper=add --uuid=%s --instance_uuid=%s --vn_uuid=%s "
Changed in juniperopenstack: | |
assignee: | nobody → Ashok Singh (ashoksr) |
information type: | Proprietary → Public |
Review in progress for https:/ /review. opencontrail. org/21857
Submitter: Ashok Singh (<email address hidden>)