Ronelle Landy created DTACLOUD-483:
--------------------------------------

             Summary: Digitalocean driver: No create_image op advertised
                 Key: DTACLOUD-483
                 URL: https://issues.apache.org/jira/browse/DTACLOUD-483
             Project: DeltaCloud
          Issue Type: Bug
          Components: Native/Frontend
         Environment: Deltacloud 1.1.1 - gen under test
Digitalocean driver
            Reporter: Ronelle Landy


There is no create_image op advertised on either the running or the stopped 
instances. 
Looking at the provider console, there is a 'snapshot' widget so it seems that 
creating an image from an instance should be possible.

Note list of action returned below:

>>  curl -X GET --user  "un:pw" 
>> "intel-canoepass-09.lab.bos.redhat.com:3001/api/instances/102465?format=xml"
<?xml version='1.0' encoding='utf-8' ?>
<instance 
href='http://intel-canoepass-09.lab.bos.redhat.com:3001/api/instances/102465' 
id='102465'>
  <name>inst1360936592</name>
  <owner_id>....</owner_id>
  <image 
href='http://intel-canoepass-09.lab.bos.redhat.com:3001/api/images/43462' 
id='43462'></image>
  <realm href='http://intel-canoepass-09.lab.bos.redhat.com:3001/api/realms/1' 
id='1'></realm>
  <state>RUNNING</state>
  <hardware_profile 
href='http://intel-canoepass-09.lab.bos.redhat.com:3001/api/hardware_profiles/70'
 id='70'>
  </hardware_profile>
  <actions>
    <link 
href='http://intel-canoepass-09.lab.bos.redhat.com:3001/api/instances/102465/reboot'
 method='post' rel='reboot' />
    <link 
href='http://intel-canoepass-09.lab.bos.redhat.com:3001/api/instances/102465/stop'
 method='post' rel='stop' />
    <link 
href='http://intel-canoepass-09.lab.bos.redhat.com:3001/api/instances/102465' 
method='delete' rel='destroy' />
  </actions>
  <public_addresses><address 
type='ipv4'>192.81.218.93</address></public_addresses>
  <private_addresses></private_addresses>
  <storage_volumes></storage_volumes>
</instance>


--
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

Reply via email to