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.
1 parent 8d8b9a1 commit f3403cd0f5a5c26e5aea9afed2e4d3a5a129a1b2
@Christian Mäder Christian Mäder authored on 17 Jan 2020
Showing 4 changed files
View
initializers/prefixes.yml
View
initializers/virtual_machines.yml
View
startup_scripts/220_prefixes.py
View
startup_scripts/230_virtual_machines.py