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

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

Porting over from an old Pull Request (https://github.com/fog/fog/pull/3014) so the work doesn't go to waste: https://github.com/fog/fog/pull/3014/commits/6d1ca20b521cca79a71ae62dfcd33305ad3ed8e1 I'm not that savvy in Openstack so up to you guys to decide whether...

VCR tests should be able to be run against Kilo, Liberty, etc VCR recordings for each release should be stored in a sub-folder and the Travis build should run against...

I'm currently writing tests for code that uses Openstack Orchestration requests. One of the test fails, when I looked at the Mock for list_resources `class Mock def list_resources(options = {},...

When create glance image model via glance v2 api, following error occurs. ``` E, [2016-04-11T07:51:38.359236 #5466] ERROR -- : identity is required for this operation (ArgumentError) ``` I think this...

Hi, When fog detect endpoint, it use URL for detect version of API. For that, fog use the beginning of URL like http://hostname and request on / for detecting the...

When I try to do `Fog::Mock.reset`, I got a: ``` NameError: uninitialized constant Fog::OpenStack::Compute from XXXX/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/fog-core-1.35.0/lib/fog/core/mock.rb:98:in `const_get' ``` please fix this , or at least tell me where was wrong...

Doesn't seem to matter what you set in the configuration (`openstack_auth_url` or `openstack_management_url`) when calling `file.public_url` it will always return a HTTP URI.

Gem loads with `[fog][WARNING] Unrecognized arguments: openstack_endpoint_path_matches`.