Comment 14 for bug 1419823

Revision history for this message
Yang Ye (ccyangye) wrote :

I have problem when updating a properties from null value in glance v2 API.
If op is add(default client rest call), an ERROR returned
<html>
 <head>
  <title>409 Conflict</title>
 </head>
 <body>
  <h1>409 Conflict</h1>
  There was a conflict when trying to complete your request.<br /><br />
Property a already present.

 </body>
</html> (HTTP 409)
if op is replace, nothing happend