fog-openstack icon indicating copy to clipboard operation
fog-openstack copied to clipboard

Fog for OpenStack Platform

Results 107 fog-openstack issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

Hi there, I am trying to get fog working with swift at an OpenStack provider. I get what seems to be a correct service object after creation (correct urls and...

[lib/fog/openstack/volume.rb#L177](https://github.com/fog/fog/blob/master/lib/fog/openstack/volume.rb#L177) has what is probably just a copy-paste error: ``` ruby rescue Excon::Errors::HTTPStatusError => error raise case error when Excon::Errors::NotFound Fog::Compute::OpenStack::NotFound.slurp(error) else error end ``` That custom exception class should...

Randomly failing tests in CI, probably dependent on some variable order of things Fog::Compute[:openstack] | security_group (openstack) ++++++++ tests/openstack/models/compute/security_group_tests.rb success Fog::Compute[:openstack] | security_group (openstack) - successfully destroyed rule expected =>...

Hello, I would need some help on how to pass information that is further used by cloud-init within the guest OS. I am doing the following without any luck: ```...