Guillaume Giamarchi

Results 33 comments of Guillaume Giamarchi

I think it is actually not possible to add `--details` parameter to the existing `vagrant status`. So, we should implement the other solution. Feel free to do it.

Hi, in your auth_url you should add `/tokens` at the end. A fix to allow user to set an auth_url to the keystone base URL is done on the master...

Actually, this command does not work as it should be. It works only for a single machine Vagrantfile. The current implementation merely delete the folder matching de last machine. This...

Hi, Vargrant OpenStack Provider supports both keystone v2 and v3 authentication endpoints but it uses v2 by default. Depending if you use v2 or v3 endpoint and credentials, configuration will...

Okay, don't pay attention to the wrong address in the final error mesage. This is a bug i just file https://github.com/ggiamarchi/vagrant-openstack-provider/issues/279 but this is not related to your main problem....

Actually, the config parameter `config.vm.box_url` has no effect. That means if the box you want to use is not already registered in Vagrant it is silently ignored... If you add...

Of course, this is a bug. It will be fixed.

to replace `waiting_for_server_to_be_built`, the middleware `WaitForServerToBeActive` already exists

Implementation guidelines [here](https://github.com/rest-client/rest-client)

I agree this is an important bug. I add it to the next milestone.