Joseph J. VLcek created DTACLOUD-451:
----------------------------------------

             Summary: Openstack instances action "create-image" url is 
incorrect for html 
                 Key: DTACLOUD-451
                 URL: https://issues.apache.org/jira/browse/DTACLOUD-451
             Project: DeltaCloud
          Issue Type: Bug
          Components: Server
            Reporter: Joseph J. VLcek
            Assignee: Joseph J. VLcek
            Priority: Minor


The html returned for an instance contains the incorrect create_image action 
url.

% curl -X GET   --user "${CREDS}"   
"http://localhost:3001/api/instances/${INSTANCE_ID}";
<!DOCTYPE html>
<html>
  <head>
    <title>Deltacloud API 1.1.0</title>
...
              <form 
action='http://localhost:3001/api/images/new?instance_id=INST-ID' class='link 
get' data-ajax='false' method='post'>
                <input name='_method' type='hidden' value='get' />
                <button data-ajax='false' data-inline='true' type='submit'>
                  Create Image
                </button>


I do not believe "/new" sub-string should be there.

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