Forcing Vagrant destroy during clean

Change-Id: I2248c389831254e00ff5615ef48a016c961177fe
(cherry picked from commit 1c7ebef6ab6a9a1c354bf083b6ffe53a54a36a8e)
diff --git a/Makefile b/Makefile
index 1844d67..daaa435 100644
--- a/Makefile
+++ b/Makefile
@@ -135,7 +135,7 @@
 	$(ANSIBLE_PB) $(PI)/bootstrap-dev-env.yml $(LOGCMD)
 
 vagrant-destroy:
-	$(VAGRANT) destroy $(LOGCMD)
+	$(VAGRANT) -f destroy $(LOGCMD)
 	rm -f $(M)/vagrant-up
 
 xos-teardown: xos-update-images