fog-openstack
fog-openstack copied to clipboard
Fog for OpenStack Platform
There is a bug in the regexp used in `OpenStack.escape` in that when `extra_exclude_chars` is set, dash is no longer the last character in the pattern. This causes the regexp...
Hi. Thanks for this library. Previous version support tempAuth in Swift. Latest version is not support? And maybe you know working docker contrainer for run openstack swift with keystone to...
Greetings. I've been trying to work through the repos and get them setup on shared github actions config for consistency and ease of maintenance. This should make those changes here,...
Recently I bumped ruby to 3.0 and received this error: ```text NoMethodError: undefined method `encode' for URI:Module from fog-openstack (1.0.11) lib/fog/openstack/storage/requests/delete_multiple_objects.rb:48:in `block in delete_multiple_objects' from fog-openstack (1.0.11) lib/fog/openstack/storage/requests/delete_multiple_objects.rb:46:in `map' from...
It covers the cases where we can authenticate with keystone v3 but the endpoint returned in the catalog is v2 see https://github.com/fog/fog-openstack/issues/492 You guys can probably do something much cleaner...
In order to support ACL management in my provider (OVH), I need to have users in a different tenant and I need to use another base URL for my storage...
Auto Retry option for all services Auto Retry is off by default but can be turned on with `:idempotent` option. Default values are `:retry_limit => 2` and `:retry_interval => 5`...
1. The class `Mock` was added in this module where needed 2. Added `fail "Mock Not Implemented (#method_name) in: #{__FILE__}:#{__LINE__}"` where mock was not implemented Code is mostly coppied from...
Octavia (Software lb) has new v2 apis which is different from lbaas v2 APIs. There is no support for Octavia V2 api in this gem. We are planning to add...