Unable to create tunnel termination for virtual machine #14839
Labels
severity: medium
Results in substantial degraded or broken functionality for specfic workflows
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Deployment Type
Self-hosted
NetBox Version
v3.7.1
Python Version
3.10
Steps to Reproduce
Expected Behavior
A termination for the virtual machine should be created
Observed Behavior
Error of the form is raised
I have debugged this a bit further, the
clean
method sets thetermination
which is always picking the Device interface no matter the selection made for the VM. Furthermore, there is an issue with the selector which always remains set for device.So clearly, any selection made for the VM does show up in the UI but is not taken forward in any requests.
The text was updated successfully, but these errors were encountered: