[fuel-devops] Creation of hybrid (virtual+baremetal) environment fails: libvirtError: internal error: could not get interface XML description: unspecified error - errors in loading some config files
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Confirmed
|
High
|
Fuel QA Team |
Bug Description
Creation of hybrid (virtual+baremetal) environment fails if I try to use other l2 network device as parent in my devops template:
2016-04-18 09:38:30,938 - ERROR __init__.py:66 -- get_admin_node_ip raised: libvirtError(
Traceback: Traceback (most recent call last):
File "/home/
result = func(*args, **kwargs)
File "/home/
self.
File "/home/
self.
File "/home/
group.
File "/home/
l2_
File "/home/
return func(*args, **kwargs)
File "/home/
self.
File "/home/
return func(*args, **kwargs)
File "/home/
LibvirtXMLB
File "/home/
if ret is None:raise libvirtError(
libvirtError: internal error: could not get interface XML description: unspecified error - errors in loading some config files
Steps to reproduce:
1. export DEVOPS_
2. run system tests with devops 3.0 and ipmi driver (git sha: http://
Expected result:
fuel devops environment is created, public networks uses eno2 phys NIC, admin network uses eno2 with 270 VLAN tag
Actual result:
fuel-devops fails to create networks
Changed in fuel: | |
importance: | Medium → High |
status: | New → Confirmed |