This repository has been archived by the owner on Jan 8, 2021. It is now read-only.
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.
Tags have no description #118
Open
Description
Environment
- Python version: 3.6
- NetBox version: 2.8.4
- vCenter version: 6.7
- vCenter NetBox Sync version: latest develop branch
Steps to Reproduce
- Run Script
- Tags don't have a description
Expected Behavior
Tags get the description specified in the code
Observed Behavior
The description is transmitted as "comments"
entry but Netbox expects them as "description"
entry
Solution
change "comments"
to "description"
and shorten Text to fit the Netbox character limit.
Activity