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

The [ServerGroup](https://github.com/fog/fog-openstack/blob/9eff6ae4316edddf21c69cad538127a0a96002a8/lib/fog/compute/openstack/models/server_group.rb) model currently does not implement `destroy`. As the `Fog::OpenStack::Model` does not raise, the user is unaware of the fact that the resource has not been destroyed. This should...

My Openstack's version is stable/pike.(ubuntu16 install by devstack, enable swift) When I follow the tutorial to the Image [(Glance)](https://github.com/fog/fog-openstack#image-glance) Download Glance image: @connection_params = { openstack_auth_url: "http://xx.xxx.xx.xx/identity/v3/auth/tokens", openstack_username: "admin", openstack_api_key:...

Support limiting heat `files` hash size to eg. 128k.

### What's the problem? Starting from a clean system, carrying out the development instructions fails due to missing _bundler_ gem, which must be installed explicitly. Error message: ``` bundle install...

### What's the problem? Working on a clean Ubuntu/Debian system (VM or container), running `bin/setup` fails since native extensions of Ruby dependencies which should be installed cannot be built. Error...

### I expect Documentation to reference a stack creation via :template_url https://github.com/fog/fog-openstack/blob/master/docs/orchestration.md ### Instead Only :template is documented ### Note - template_url may cause issues when templates contain `type` or...

Hey all! I'm using Fog to talk to IBM Bluemix storage. I've been getting 500's from the Bluemix authentication servers intermittently. I'm curious to know if anyone else has seen...

### I expect the test use the last interface ### Instead I get ``` .[fog][DEPRECATION] #create_stack(stack_name, options) is deprecated, use #create_stack(options) instead (/code/test/requests/orchestration/stack_tests.rb:47:in `block (3 levels) in ') .[fog][DEPRECATION] #update_stack(stack_id,...

I'm getting this error: ` Expected([201]) Actual(401 Unauthorized) excon.error.response :body => "{\"error\": {\"message\": \"The request you have made requires authentication.\", \"code\": 401, \"title\": \"Unauthorized\"}}" :cookies => [ ] :headers =>...

Refreshing of expired tokens seems to be broken. 1. Fog::Image::OpenStack::V1::Real#initialize calls `authenticate` from included core module. Then @path is set to a supported version by https://github.com/fog/fog-openstack/blob/master/lib/fog/openstack/image_v1.rb#L119-L124. 2. Fog::OpenStack::Common#request rescues from...