ggiamarchi / vagrant-openstack-provider

Use Vagrant to manage OpenStack Cloud instances.
MIT License
245 stars 102 forks source link

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

Open micx523 opened 7 years ago

micx523 commented 7 years ago

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.

ggiamarchi commented 7 years ago

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

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