Paulo Ribeiro

Results 32 issues of Paulo Ribeiro

So, i just upgraded to version `3.0.0` and got an issue that does not exist on version `2.0.0`. We have a codebase with thousands of migrations and several tables. Over...

brought by: https://github.com/fog/fog/pull/3738 My biggest problem is, that the behavior is non deterministic now, which is not good for lib I think. So for ManageIQ CI, which is doing a...

Hello, Does somebody know whether OpenStack provider implments creation/deletion/listing of server groups as well as asignment of VMs into them. Basically I am interested in creation of virtual machine in...

I have a cloud where the default names of 'public' and 'private' are not used for the collection of addresses returned upon a new server's creation. Newer OpenStack deployments offer...

Currently there is no remapping in [getting directory keys](https://github.com/fog/fog/blob/master/lib/fog/openstack/models/storage/directories.rb#L16). This means that people are forced to add 'limit' explicitly into the calls. This is a problem when you try to...

I tried to use a nested template to deploy my autoscaling system using by a template. In the template I use a nested template. It works fine with heat CLI...

please add compatibility to openstack compute v2.1 API, it has new functionality such as Servers password (servers, os-server-password) Thanks in advance! Original issue opened by @thindiyeh at fog/fog#3831

Works in 1.35.0, now fails. Stacktrace: ``` /Users/pivotal/.gem/ruby/2.2.3/gems/fog-1.36.0/lib/fog/openstack/requests/compute/list_tenants.rb:6:in `list_tenants': undefined method `request' for nil:NilClass (NoMethodError) from /Users/pivotal/.gem/ruby/2.2.3/gems/fog-1.36.0/lib/fog/openstack/models/compute/tenants.rb:11:in `all' from /Users/pivotal/.gem/ruby/2.2.3/gems/fog-core-1.34.0/lib/fog/core/collection.rb:113:in `lazy_load' from /Users/pivotal/.gem/ruby/2.2.3/gems/fog-core-1.34.0/lib/fog/core/collection.rb:17:in `map' from /Users/pivotal/.gem/ruby/2.2.3/gems/fog-core-1.34.0/lib/fog/formatador.rb:85:in `inspect_object' from /Users/pivotal/.gem/ruby/2.2.3/gems/fog-core-1.34.0/lib/fog/formatador.rb:72:in `block...

I tried to use a nested template to deploy a couple of instances . It works fine on heat command.But not with fog. If someone has tried on it, please...

In Fog, the model collections classes (typically the pluralised names in lib/fog/provider/models/service) have a get(id) method to fetch a model object by its ID. In the case where the ID...