myoung34 / vagrant-ovirt4

oVirt v4 provider for Vagrant
MIT License
36 stars 23 forks source link

Add box handling to get_state #97

Closed sll552 closed 6 years ago

sll552 commented 6 years ago

This is required if e.g. vagrant is run in a Docker container and boxes are missing between creating and destroying vms. Otherwise/Currently the state will be corrupted when running vagrant status because the boxes are not downloaded.

myoung34 commented 6 years ago

thanks!