Guillaume Giamarchi

Results 22 issues of Guillaume Giamarchi

In my project's folder, I have a `.vscode/settings.json` containing ```json { "shellformat.flag": "-sr", "editor.tabSize": 4, "editor.detectIndentation": true, "editor.renderWhitespace": "all", "editor.formatOnSave": true, } ``` When I add my folder in a...

feature request

Additionally to the syntax for using an existing glance image ``` ruby os.image = 'ubuntu' ``` we should be able to give information about the image to create it in...

feature

This issue is to fix all cases not already covered by https://github.com/ggiamarchi/vagrant-openstack-provider/pull/285

When ssh fails a message like the following is printed ``` SSH server unavailable on instance 1.2.3.4. You should maybe increase the timeout value which currently is 180 second(s). ```...

bug

When `vagrant up` command fails it is often interesting to have a look at the OpenStack instance startup log to see if the error comes from Vagrant or from OpenStack....

enhancement

When allocating floating ips in parallel in the same project it can happen that an already used floating ip be assigned to a VM. To prevent this problem we should...

bug

With the following Vagrantfile, before i run `vagrant up` there is one and only one floating IP allocated but not in use in my tenant. Let's say the IP is...

bug

Provider's attributes are not always validated correctly. We should check at least data type and in case of a Hash type we should check that all mandatory keys are presents...

quality

`waiting_for_server_to_be_built`, `assign_floating_ip` and `attach_volumes` must be externalized in three new middleware.

quality

When multiple endpoints are retrieve from catalog for a single service, it would be nice to choose an endpoint working on the default port (e.g. 80 for http and 443...

enhancement
quickwin