fog-openstack
fog-openstack copied to clipboard
Fog for OpenStack Platform
I found unexpected behavior with follow options which used in CarrierWave: ``` config.storage = :fog config.fog_provider = 'fog/openstack config.fog_public = false config.fog_credentials = { ... provider: 'OpenStack', ... } ```...
Hi , when i try to run 'keystone.tenants' i'm not able to list all tenants, instead of this I'm able to list only the tenant which the user is mapped....
While implementing this library i came upon a missing feature, for a container you can set a lot more options than just public or not public, as stated here: https://docs.openstack.org/developer/swift/overview_acl.html....
`fog-openstack` is using a mixture of HTTP Accept header and adding to the URL the .json extension. A clean up needs be applied across all services. [ x ] Nova...
When I check it using curl command like below, I can get keystone response with 201. curl -H "Content-Type: application/json" -X POST -d '{ "auth": { "identity": { "methods": [...
This is just an idea, so I'm happy to discuss the details when it comes to working on implementing this. Basically, currently in `lib/fog/compute/openstack/requests/create_server.rb`, we've got this piece of code:...
Since version 0.1.6, my tests fails with the following error: ``` 2.2.1 :005 > Fog.mock! => true 2.2.1 :006 > options = {:nics=>[""], :flavor_ref=>"foo_flavor", :image_ref=>"foo_image",:name => 'test'} => {:nics=>[""], :flavor_ref=>"foo_flavor",...
So, I'm not entirely sure if this a bug in `fog-openstack` - or an incorrect assumption made in `fog-core` (I'd say a bit of both). The problem is that if...
fog-openstack / lib / fog / metering / openstack / models / meter.rb is blank?
The test code: p @imageService.images.public Error as below: Error: test_cinder_backups_all(Debug): NoMethodError: undefined method `is_public' for C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/fog-openstack-0.1.17/lib/fog/image/openstack/v2/models/image.rb:52:in `method_missing' C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/fog-openstack-0.1.17/lib/fog/image/openstack/v2/models/images.rb:27:in `block in public' C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/fog-core-1.43.0/lib/fog/core/collection.rb:19:in `delete_if' C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/fog-core-1.43.0/lib/fog/core/collection.rb:19:in `delete_if' C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/fog-openstack-0.1.17/lib/fog/image/openstack/v2/models/images.rb:27:in `public' Debug.rb:58:in `test_cinder_backups_all' 55:...