vagrant-openstack-provider icon indicating copy to clipboard operation
vagrant-openstack-provider copied to clipboard

cannot 'vagrant destroy' after creating two VMs in one Vagrantfile

Open micx523 opened this issue 7 years ago • 1 comments

I create two VMs in one Vagrantfile. 'vagrant up' works perfectly fine but when i want to delete those VMs via 'vagrant destroy' i get an error message telling me that there are errors in the configuration of my machine. It tells me that:

*a password is required *a username is required *a tenant name is required

those configurations are made. When i try the same with only one VM being created in the Vagrantfile everything works fine.

micx523 avatar Dec 05 '16 14:12 micx523

@micx523 I don't manage to reproduce your issue. Can you provide :

  • Your Vagrant version (vagrant --version)
  • The plugin list with versions installed (vagrant plugin list)
  • Your Vagrantfile

By the way, there's an example of what you're trying to achieve samples/02_multimachine/Vagrantfile. I successfully tested it with with :

  • Vagrant 1.8.1 and Vagrant OpenStack Provider 0.9.0
  • Vagrant 1.9.2 and Vagrant OpenStack Provider 0.9.0

ggiamarchi avatar Mar 02 '17 16:03 ggiamarchi