You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
External provider network is successfully added to oVirt. Test connection is passing.
Appropriate network with subnet was created in Neutron and was imported into oVirt.
When starting the VM with that network attached, the next errors can be seen:
2023-07-13 05:16:30,954-04 ERROR [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (EE-ManagedThreadFactory-engine-Thread-78395) [25fb8aeb-9cfa-49e7-b824-024e9f669325] EVENT_ID: USER_FAILED_RUN_VM(54), Failed to run VM test-neutron-net (User: admin@ovirt@internalkeycloak-authz).
2023-07-13 05:16:30,957-04 INFO [org.ovirt.engine.core.bll.RunVmCommand] (EE-ManagedThreadFactory-engine-Thread-78395) [25fb8aeb-9cfa-49e7-b824-024e9f669325] Lock freed to object 'EngineLock:{exclusiveLocks='[124afed3-dda0-48a7-9d15-5fdf00eff2d3=VM]', sharedLocks=''}'
2023-07-13 05:16:30,957-04 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (EE-ManagedThreadFactory-engine-Thread-78395) [25fb8aeb-9cfa-49e7-b824-024e9f669325] Command 'org.ovirt.engine.core.bll.RunVmCommand' failed: EngineException: (Failed with error Cannot deserialize value of type java.lang.String from Object value (token `JsonToken.START_OBJECT`)
at [Source: (org.jboss.resteasy.client.core.BaseClientResponse$InputStreamWrapper); line: 1, column: 982] (through reference chain: com.woorea.openstack.quantum.model.Ports["ports"]->java.util.ArrayList[0]->com.woorea.openstack.quantum.model.Port$Binding["binding:vif_details"]->java.util.LinkedHashMap["bound_drivers"]) and code 5050)
Tcp dump from neutron host , shows that it sends the requested data:
Affected version
Describe the bug
External provider network is successfully added to oVirt. Test connection is passing.
Appropriate network with subnet was created in Neutron and was imported into oVirt.
When starting the VM with that network attached, the next errors can be seen:
Tcp dump from neutron host , shows that it sends the requested data:
Expected behavior
VM should start.
Any idea what can be the reason of this fail and how to fix this?
The text was updated successfully, but these errors were encountered: