-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
v.3.6.1
Python version
3.8
Steps to Reproduce
- Open Virtualization -> Virtual Machines list
- Open any existing VM, then click on the Render Config tab and get the error page.
I tried creating the new VM and got the same result with the error.
Also tried to reproduce on the empty, fresh new database.
- Drop database
- Create database
- Granted permissions for the user
- Run update.sh
- logged in to the netbox
- Created cluster type
- Created cluster
- Created VM, with name and cluster, did not fill role.
- Clicked on the Render Config tab for VM, then got the error page.
In the case of assigning the role to the VM (for the existing or new VMs), the problem is gone.
Expected Behavior
Open the tab without any errors.
Observed Behavior
Server Error
There was a problem with your request. Please contact an administrator.
The complete exception is provided below:
<class 'AttributeError'>
'NoneType' object has no attribute 'config_template'
Python version: 3.8.10
NetBox version: 3.6.1
Plugins: None installed
If further assistance is required, please post to the NetBox discussion forum on GitHub.
Metadata
Metadata
Assignees
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application