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 various Service's Mock classes belong to the tests section, namely `test/`. For more details, please see conversation in fog-core [1]. Although the work happening in fog-core should be completely...

Tried to call "list_events" in metering service, but no response after waited for 5 mins ``` metering_conn = with_metering {@cloud.connection} metering_conn.list_events ``` Is that the issue of processing too much...

I tried to get the usage data from 'metering > get_usage', however, I can only get the instance usage. My colleague originally used "metering > list_resources" method to grab the...

https://github.com/fog/fog-openstack/issues/202 worked around the broken dependencies by commenting Coveralls. Meanwhile we ultimately need to restore Coveralls or at least partially for Ruby 2.0 test cases.

Building the gem generates many open-ended and pessimistic dependency warnings. Those need to be addressed. See http://guides.rubygems.org/specification-reference/ for details

I have tried to use the fog-core 1.42.0 to call the metering service in fog-openstack, but it claimed openstack has no metering service when I have all files in "metering"...

Hello, We are facing below error while creating the instance on **platform9 OpenStack** - **Note:** We are able to list the images and flavors using compute object. **OutPut:** ``` irb(main):055:0>...

We need some header information like checksum, Accept-Ranges etc Also exposing the Range header, for partial downloads Original issue at fog/fog#3843 by @Ladas :+1:

Hi All, I'm trying to connect metering service with the following coding. I am ok to list the volumes info by compute services, but it doesn't work for metering services....

Hello, Does somebody know whether OpenStack provider implments creation/deletion/listing of server groups as well as asignment of VMs into them. Basically I am interested in creation of virtual machine in...