Ronelle Landy created DTACLOUD-523: -------------------------------------- Summary: Deltacloud Ruby Client - no instance uri returned Key: DTACLOUD-523 URL: https://issues.apache.org/jira/browse/DTACLOUD-523 Project: DeltaCloud Issue Type: Bug Components: Client (Ruby) Environment: Deltacloud commit version: b114f2e961bd2772ddb354a0291a1f27d1efa23d Ruby version: ruby 1.9.3p392 (2013-02-22 revision 39386) [x86_64-linux] Fedora 18 Reporter: Ronelle Landy Assignee: Michal Fojtik
If an instance is created and returned via the new Deltacloud Ruby Client, no uri is shown: >> eval instanceCreated #<Deltacloud::Client::Instance> {:state=>"RUNNING", :owner_id=>"un", :realm_id=>"datastore1", :image_id=>"AutoImageImport-DoNotDelete", :hardware_profile_id=>"default", :public_addresses=>[#<Deltacloud::Client::InstanceAddress type="mac", value="00:50:56:9f:00:00">, #<Deltacloud::Client::InstanceAddress type="ipv4", value="10.16.120.239">], :private_addresses=>[], :name=>"rlandyUserData", :description=>nil, :_id=>"rlandyUserData"} Using the old client, we could retrieve: instance.uri -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira