You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by "Ronelle Landy (JIRA)" <ji...@apache.org> on 2012/12/13 23:42:12 UTC

[jira] [Created] (DTACLOUD-400) "POST /cimi/volumes" returns 412 Precondition Failed for server pointing at RHEVM provider

Ronelle Landy created DTACLOUD-400:
--------------------------------------

             Summary: "POST /cimi/volumes" returns 412 Precondition Failed for server pointing at RHEVM provider
                 Key: DTACLOUD-400
                 URL: https://issues.apache.org/jira/browse/DTACLOUD-400
             Project: DeltaCloud
          Issue Type: Bug
          Components: CIMI/Frontend
         Environment: Deltacloud commit version: 15c1e8b702460b43fc445cbbc13657d9affd2977
RHEVM 3.0
            Reporter: Ronelle Landy


Found while running cimiplan tests - part4_test.rb  - testing Deltacloud server with cimi frontend - pointing at RHEVM provider:

Executing the following lines in the test code:

*************

volume = post(volume_add_uri,
  "<VolumeCreate xmlns=\"#{CIMI::Test::CIMI_NAMESPACE}\">" +
    "<name>cimi_volume_for_attach_new</name>" +
    "<description>volume for attach testing</description>" +
    "<volumeTemplate>" +
      "<volumeConfig href=\"" + get_a(cep_json, "volumeConfig") + "\">" +
      "</volumeConfig>" +
    "</volumeTemplate>" +
  "</VolumeCreate>",
  :accept => :json, :content_type => :xml)

**************

/usr/lib/ruby/gems/1.8/gems/rest-client-1.6.7/lib/restclient/abstract_response.rb:48:in `return!': 412 Precondition Failed (RestClient::PreconditionFailed)
	from /usr/lib/ruby/gems/1.8/gems/rest-client-1.6.7/lib/restclient/request.rb:230:in `process_result'
	from /usr/lib/ruby/gems/1.8/gems/rest-client-1.6.7/lib/restclient/request.rb:178:in `transmit'
	from /usr/lib/ruby/1.8/net/http.rb:543:in `start'
	from /usr/lib/ruby/gems/1.8/gems/rest-client-1.6.7/lib/restclient/request.rb:172:in `transmit'
	from /usr/lib/ruby/gems/1.8/gems/rest-client-1.6.7/lib/restclient/request.rb:64:in `execute'
	from /usr/lib/ruby/gems/1.8/gems/rest-client-1.6.7/lib/restclient/request.rb:33:in `execute'
	from /usr/lib/ruby/gems/1.8/gems/rest-client-1.6.7/lib/restclient.rb:72:in `post'
	from ./test_helper.rb:153:in `post'


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