Deltacloud server does not report the key that was used to create an instance
-----------------------------------------------------------------------------
Key: DTACLOUD-11
URL: https://issues.apache.org/jira/browse/DTACLOUD-11
Project: DeltaCloud
Issue Type: Bug
Environment: deltacloud-core 0.1.2
Reporter: André Dietisheim
Assignee: David Lutterkort
When creating an instance, the deltacloud server does not report the key that
was used to create it.
I create an instance by requesting (see that the key is set - keyname=ad):
http://try.steamcannon.org/deltacloud//api/instances?image_id=ami-7d07ec14&hwp_id=m1.small&realm_id=us-east-1a&name=gfdgs&hwp_memory=1740.8&hwp_storage=160&keyname=ad&commit=create
I get the following response (which has no keys set - <keyname></keyname>):
<?xml version='1.0' encoding='utf-8' ?>
<instance href='http://try.steamcannon.org/deltacloud/api/instances/i-82a4b6ef'
id='i-82a4b6ef'>
<name>ami-7d07ec14</name>
<owner_id>357159121505</owner_id>
<image href='http://try.steamcannon.org/deltacloud/api/images/ami-7d07ec14'
id='ami-7d07ec14'></image>
<realm href='http://try.steamcannon.org/deltacloud/api/realms/us-east-1a'
id='us-east-1a'></realm>
<state>PENDING</state>
<hardware_profile
href='http://try.steamcannon.org/deltacloud/api/hardware_profiles/m1.small'
id='m1.small'>
</hardware_profile>
<actions>
<link
href='http://try.steamcannon.org/deltacloud/api/instances/i-82a4b6ef/stop'
method='post' rel='stop' />
</actions>
<launch_time>2010-12-25T14:42:22.000Z</launch_time>
<public_addresses>
</public_addresses>
<private_addresses>
</private_addresses>
<authentication type='key'>
<login>
<keyname></keyname>
</login>
</authentication>
</instance>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.