ValueError: Virtual machine mode 'lxc' is not valid
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
nova-docker |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
CI jobs are getting an error:
Traceback (most recent call last):
File "/opt/stack/
return getattr(target, method)(*args, **kwargs)
File "/opt/stack/
return fn(self, *args, **kwargs)
File "/opt/stack/
self.
File "/opt/stack/
for hv_spec in hv_specs]
File "/opt/stack/
vm_
File "/opt/stack/
setattr(self, key, kwargs[key])
File "/opt/stack/
field_value = field.coerce(self, name, value)
File "/opt/stack/
return self._type.
File "/opt/stack/
raise ValueError(msg)
ValueError: Virtual machine mode 'lxc' is not valid
Possible patch - http:// paste.openstack .org/show/ 232240/