fog-openstack
fog-openstack copied to clipboard
Fog for OpenStack Platform
I am not sure if I am just doing something wrong, but every time I try to connect to Glance through fog I get connection_write timeouts. Identity, compute, etc work...
brought by: https://github.com/fog/fog/pull/3738 My biggest problem is, that the behavior is non deterministic now, which is not good for lib I think. So for ManageIQ CI, which is doing a...
When i update a router,there is an error as below. Error: test_neutron_routers_create_get_delete_update(Debug): Excon::Error::BadRequest: Expected(200) Actual(400 Bad Request) excon.error.response :body => "{\"NeutronError\":{\"message\":\"Unrecognized attribute(s ) 'eserializ'\",\"type\":\"HTTPBadRequest\",\"detail\":\"\"}}" :cookies => [ ] :headers =>...
Some model implementation have a `ready?` method to check if a resource is ready. Compare the following two examples: https://github.com/fog/fog-openstack/blob/4217d76368aa0c570b268e96a3cf21f760ccc967/lib/fog/compute/openstack/models/image.rb#L40 https://github.com/fog/fog-openstack/blob/4217d76368aa0c570b268e96a3cf21f760ccc967/lib/fog/image/openstack/v2/models/image.rb All model classes should implement `ready?`. Resources should know...
My test code: def test_cinder_backups_all [email protected]("c2538dd7-de9e-4dfc-ae91-aff6dcb051b2") getvolume.name="zhoutk" getvolume.update end When I run this code,there is an error,I found the update method request body includes all the atrributes got from the...
The model defines three arguments:  The Request defines two arguments:  So if I use the model's metadata method,it encounts errors.
Hi, I've been using the fog-openstack gem to manage my Juno version openstack, update_quota is fine with Juno. However, recently when I tried to use Mitaka version, seems like the...
The codes: require 'fog/openstack' require 'test/unit' require 'yaml' require 'fog/workflow/openstack/v2' class NovaServersTest < Test::Unit::TestCase def setup @service = Fog::Volume::OpenStack.new({ :openstack_auth_url => 'https://iam.eu-de.otc.t-systems.com/v3/auth/tokens', # OpenStack Keystone endpoint :openstack_username => "jiangyaqun", #...
Background: 1.openstack version : Juno 2.Fail to deploy cloudfoundry 3.Ruby:2.2.3 Workaround: Login in Bosh-director VM ,and the modify the code in "/var/vcap/packages/registry/gem_home/ruby/2.3.0/gems/**fog-openstack-0.1.7**/lib/fog/openstack/compute.rb" Modifation: Insert a "#" to comment the code...
The Baremetal service defaults to Ironic version 1.1. I see the provision_state comes in as "null" for nodes that are shown as "available" through the python ironic client (which defaults...