Guillaume Giamarchi

Results 33 comments of Guillaume Giamarchi

It should support this. If it does not, it is probably a bug. Can you please provide your Vagrantfile ?

At a first sight i would prefer to not consider the stack update. It could be a further issue.

Can you copy/paste here your Vagrantfile ?

@fred06fr Sorry for the very long time... Can you provide a box we can use (and a Vagrantfile) to test this one ?

Can you please provide the full vagrant log showing the error. To do so, set en environment variable `VAGRANT_OPENSTACK_LOG` and run `vagrant up normally`. ``` bash $ export VAGRANT_OPENSTACK_LOG=debug ```

I'm afraid we didn't implement proxy support (see #84). By the way, the underlying library we use for HTTP calls support proxy settings and it can be set statically. So,...

It actually works but it is not documented :cold_sweat: ``` ruby config.vm.provider :openstack do |os| ... os.volume_boot = { image: "ubuntu", size: 15, delete_on_destroy: true } end ``` Let's keep...

Hi @JonTheNiceGuy, I agree it would be a good thing to support `os-client-config` format. For some reason there's a lot of work to do to support it in good conditions:...

@degano Yes, that's right. I was aware of this wickness already but i don't remember if we got an issue open on that or not. By the way, the good...

Currently, it's not possible to force ipv4. Actually, nothing have been done in the plugin to support ipv6. And personally, I have never tested the plugin on an OpenStack with...