-2

Is there any method to terminate openstack instance using Vagrant-OpenStack-Plugin ? Then how can we do that ?

Malintha
  • 4,512
  • 9
  • 48
  • 82
  • 1
    what do you mean *terminate* you should be able to run vagrant halt/suspend to stop the instance or destroy to destroy the VM – Frederic Henri Sep 21 '15 at 07:33

1 Answers1

0

vagrant destroy terminates created instances.

Malintha
  • 4,512
  • 9
  • 48
  • 82