Giter Club home page Giter Club logo

Comments (3)

 avatar commented on May 29, 2024

I tried to track the ID-issues with the different openstack versions. I found out that these issues occured after the mapping of the id was altered in lib/openstack/compute/server.rb:

56 - @id = data["id"]
57+ @id = data["uuid"]

from ruby-openstack.

marios avatar marios commented on May 29, 2024

OK - finally got round to looking at this - changes are in #12 (and soon to be released 1.0.4 of this gem). Individually:

  * When requesting a single instance against essex the id-field is empty right now (when requesting all instances the id-fields are filled).

FIXED

    * When requesting a single instance against diablo the id-field is a guid-string instead of an integer (requesting all instances will return integer ids). 

(as above) - diablo returns both 'uuid' and 'id' in response. Essex only 'id'. However it seems that the ids used will be guid-strings from now on - see the API examples

    * When requesting a single image against diablo the name-field is null (requesting all images will fill the name field correctly).

cant reproduce this against openstack@hpcloud (diablo). I get name set correctly so not sure yet about this one.

    * When requsting all instances (or images) against cactus the following stack trace occurs:
[NO HANDLED] IndexError: key not found
/home/karnath/deltacloud/server/lib/deltacloud/drivers/openstack/openstack_driver.rb:374:in fetch'
/home/karnath/deltacloud/server/lib/deltacloud/drivers/openstack/openstack_driver.rb:374:insend'
/home/karnath/deltacloud/server/lib/deltacloud/drivers/openstack/openstack_driver.rb:374:in convert_from_server'
/home/karnath/deltacloud/server/lib/deltacloud/drivers/openstack/openstack_driver.rb:126:ininstances'
/home/karnath/deltacloud/server/lib/deltacloud/drivers/openstack/openstack_driver.rb:125:in collect'
/home/karnath/deltacloud/server/lib/deltacloud/drivers/openstack/openstack_driver.rb:125:ininstances'
/home/karnath/deltacloud/server/lib/deltacloud/drivers/exceptions.rb:181:in call'
/home/karnath/deltacloud/server/lib/deltacloud/drivers/exceptions.rb:181:insafely'
/home/karnath/deltacloud/server/lib/deltacloud/drivers/openstack/openstack_driver.rb:120:in instances'
/home/karnath/deltacloud/server/lib/deltacloud/helpers/deltacloud_helper.rb:60:insend'
/home/karnath/deltacloud/server/lib/deltacloud/helpers/deltacloud_helper.rb:60:in filter_all'
/usr/lib/ruby/1.8/benchmark.rb:293:inmeasure'
/home/karnath/deltacloud/server/lib/deltacloud/helpers/deltacloud_helper.rb:59:in filter_all'
/home/karnath/deltacloud/server/lib/deltacloud/helpers/rabbit_helper.rb:22:instandard_index_operation'
[...]

I'm not too concerned with supporting cactus at this point, especially with the upcoming release of Folsom. However some digging around tells me the response from cactus does things like 'imageId' and 'flavorId' vs 'image' and 'flavor' when querying /servers. I've tried to accomodate these but in general your mileage may vary when using this gem against cactus.

Thanks for all your help with this testing - I'd be grateful if you'd report any issues you come across once the new 1.0.4 gem is out (hopefully some point today).

marios

from ruby-openstack.

 avatar commented on May 29, 2024

Hi Marios

thank you for releasing a new version. Everything is fine now with essex (trystack) and diablo (hpcloud). Regarding cactus I will evaluate your changes against my own environment very soon and let you know about the result.

Christian

from ruby-openstack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.