fog-openstack
fog-openstack copied to clipboard
Fog for OpenStack Platform
It is not possible to specify option `openstack_project_domain_name`, used later in auth/token/v3.rb code, because of `recognizes` guards in identity/v3.rb does not contain `:openstack_project_domain_name` key, but `:openstack_project_domain` instead
Hello! After provider upgraded OpenStack to Queens we have error when try to auth: `Actual(400 Bad Request) (Excon::Error::BadRequest) excon.error.response :body => "{\"error\": {\"message\": \"Invalid input for field 'scope/project/name': 123 is...
Hello, I'm not sure exactly what this setting is aimed for, but without setting it I get "no endpoint found" with both fog (through Foreman) and with OpenStack python cli....
When accessing OpenStack API with idempotent requests, my guess is that should apply to at least all GET or DELETE requests, they should be retried automatically in case of an...
I am working on OpenStack based cloud, in which it supports multiple regions; getting region as `*` in response of type 'Identity'. response:` {"endpoints"=>[{"region_id"=>"*", "id"=>"h65y65456f54r5t565tg65t67515vjhf", "region"=>"*", "interface"=>"public", "url"=>"https://iam.sa-brazil-1.dummy_cloud_provider.com/v3"}], "name"=>"keystone", "id"=>"bdsg767t47ghjfbv474778jhbfvhb74j",...
Hello! I have a problem with the connection_params, if I specify values consisting only of numbers. for-core call `coerce_options` for connection_params. `coerce_options` suggests it takes a Hash and converts all...
When a service endpoint URL is wrong in the catalog the user should be able to override it. This is actually the recommended way by Openstack API Working Group guidelines:...
This is a follow-up for the discussions triggered in https://github.com/fog/fog-openstack/pull/340#pullrequestreview-80372167 Although the discussion started around compute/nova, this might be relevant for all other OpenStack projects which support microversions. Specifically, we...
Hi, I used the code in this section ([Upload Large Files](https://github.com/fog/fog-openstack/blob/master/docs/storage.md#upload-large-files)) for uploading a file of size 6 GB. The segments (i.e. 2 segments) uploaded successfully along with the manifest...
According to https://docs.openstack.org/swift/latest/middleware.html#tempurl, temporary URLs can have their disposition and filename set as query parameters. [create_temp_url](https://github.com/fog/fog-openstack/blob/3d5f4ea27a413fd297f230c7c81c9237432bb2bc/lib/fog/storage/openstack/requests/get_object_https_url.rb#L37) currently does not support any options for setting the disposition or filename. Is there...