json output from creating an image (from a stopped instance) in RHEV-M does not
return readable hardware profiles
-----------------------------------------------------------------------------------------------------------------
Key: DTACLOUD-181
URL: https://issues.apache.org/jira/browse/DTACLOUD-181
Project: DeltaCloud
Issue Type: Bug
Components: Server
Environment: deltacloud commit version:
59659586a6783bd4c851056813ed8369d08d4589 - clone: from
https://git-wip-us.apache.org/repos/asf/deltacloud.git
Fedora 16
rhevm 3.X
Reporter: Ronelle Landy
Assignee: David Lutterkort
Priority: Minor
Found when verifying DTACLOUD-170:
The json output from creating an image from a STOPPED instance in rhevm returns
the hardware profiles as:
#<Deltacloud::HardwareProfile:0x7fa438754db8>
The XML output from the same operation returns the hardware profiles as:
<hardware_profile
href='http://qe-blade-02.idm.lab.bos.redhat.com:3006/api/hardware_profiles/SERVER'
id='SERVER' rel='hardware_profile'></hardware_profile>
The complete output in both json and xml are copied below. Logging this as a
sepate issue to DTACLOUD-170 as it is far more minor.
>> Output in json
curl -X POST -F "name=rlandyImage" -F "description=Image description" -F
"instance_id=59f35d07-093c-46a5-814b-d0c6084ef8c9" --user "uname:password"
"http://qe-blade-02.idm.lab.bos.redhat.com:3006/api/images?format=json"
{"image":{"owner_id":"xxx","href":"http://qe-blade-02.idm.lab.bos.redhat.com:3006/api/images/c4ddf46e-3abb-4bce-962e-2b55d4a01594","actions":[{"create_instance":{"method":"post","href":"/api/instances;image_id=c4ddf46e-3abb-4bce-962e-2b55d4a01594"}}],"architecture":"x86_64","state":"\n
locked\n
","name":"rlandyImage","id":"c4ddf46e-3abb-4bce-962e-2b55d4a01594","description":"Image
description","hardware_profiles":["#<Deltacloud::HardwareProfile:0x7fa438758288>","#<Deltacloud::HardwareProfile:0x7fa438754db8>"]}}[rlandy@localhost
/]$
[rlandy@localhost /]$
>> Output in xml
[rlandy@localhost /]$ curl -X POST -F "name=rlandyImageXml" -F
"description=Image description" -F
"instance_id=59f35d07-093c-46a5-814b-d0c6084ef8c9" --user "uname:password"
"http://qe-blade-02.idm.lab.bos.redhat.com:3006/api/images?format=xml"
<?xml version='1.0' encoding='utf-8' ?>
<image
href='http://qe-blade-02.idm.lab.bos.redhat.com:3006/api/images/9c8777bf-8d65-40e8-8bd4-e6ddf42f7b2f'
id='9c8777bf-8d65-40e8-8bd4-e6ddf42f7b2f'>
<name>rlandyImageXml</name>
<owner_id>xxx</owner_id>
<description>Image description</description>
<architecture>x86_64</architecture>
<state>locked</state>
<hardware_profiles>
<hardware_profile
href='http://qe-blade-02.idm.lab.bos.redhat.com:3006/api/hardware_profiles/SERVER'
id='SERVER' rel='hardware_profile'></hardware_profile>
<hardware_profile
href='http://qe-blade-02.idm.lab.bos.redhat.com:3006/api/hardware_profiles/DESKTOP'
id='DESKTOP' rel='hardware_profile'></hardware_profile>
</hardware_profiles>
<actions>
<link
href='http://qe-blade-02.idm.lab.bos.redhat.com:3006/api/instances;image_id=9c8777bf-8d65-40e8-8bd4-e6ddf42f7b2f'
method='post' rel='create_instance' />
</actions>
</image>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira