<div dir="ltr">Hi list,<div><br></div><div>I would like to add the 'add' capability to the HTTP glance store.</div><div><br></div><div>Let's say I (as an operator or cloud admin) provide an HTTP server where (authenticated/trusted) users/clients can make the following HTTP request : </div><div><br></div><div><font face="monospace, monospace">POST <a href="http://server1/myLinuxImage">http://server1/myLinuxImage</a> HTTP/1.1</font></div><div><font face="monospace, monospace">Host: server1</font></div><div><font face="monospace, monospace">Content-Length: 256000000</font></div><div><font face="monospace, monospace">Content-Type: application/octet-stream</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">mybinarydata[..]</font></div><div><br></div><div>Then the HTTP server will store the binary data, somewhere (for instance locally), some how (for instance in a plain file), so that the data is later on accessible by a simple GET <span style="font-family:monospace,monospace"><a href="http://server1/myLinuxImage">http://server1/myLinuxImage</a></span> </div><div><br></div><div>In that case, this HTTP server could easily be a full fleshed Glance store.</div><div><br></div><div>Questions :</div><div>1) Has this been already discussed/proposed ? If so, could someone give me a pointer to this work ?</div><div>2) Can I start working on this ? (the 2 main work items are : 'add an add method to <span class="" style="font-size:12.8000001907349px">glance_store</span><span style="font-size:12.8000001907349px">._drivers.http.</span><u style="font-size:12.8000001907349px"></u><span style="font-size:12.8000001907349px">Sto</span><span style="font-size:12.8000001907349px">re' and 'add a delete method to </span><span class="" style="font-size:12.8000001907349px">glance_store</span><span style="font-size:12.8000001907349px">._drivers.http.</span><u style="font-size:12.8000001907349px"></u><span style="font-size:12.8000001907349px">Sto</span><span style="font-size:12.8000001907349px">re (HTTP DELETE method)'</span></div><div><br></div><div>What do you think ?</div><div>Thanks,</div><div>Jordan</div><div><br></div><div><br></div><div><br></div><div><br></div></div>