|
Update VM Initializer for Netbox 2.7
The vm database model has changed in Netbox 2.7. Therefore the initializer code, that was used before, broke. As a user, you will need to update your virtual_machines.yml file as follows: - Make sure the status is spelled lowercase. See the diff of this commit for further information how this is meant. |
|---|
|
|
| initializers/prefixes.yml |
|---|
| initializers/virtual_machines.yml |
|---|
| startup_scripts/220_prefixes.py |
|---|
| startup_scripts/230_virtual_machines.py |
|---|