I am a Windows 10 user. Installed VMbox, Vagrant in my local.
I want to do kitchen test and do changes before I work on Openstack staging environment.
But every time I do kitchen test it downloads the imaged from web and takes a while to create the box. Instead of that can I use the local downloaded image to create box every time i run kitchen test.
Is there a way?
Vagrant automatically caches box images so whatever you think is happening probably isn't. The only way this wouldn't be the case is if you were changing the box name every time.