Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
Deltacloud commit version: b114f2e961bd2772ddb354a0291a1f27d1efa23d
Ruby version: ruby 1.9.3p392 (2013-02-22 revision 39386) [x86_64-linux]
Fedora 18
Description
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