Friday, 2016-09-23

ftersinandrey-mp: amazon supports https there, see http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImageDiskContainer.html11:31
ftersinThe URL to the Amazon S3-based disk image being imported. The URL can either be a https URL (https://..) or an Amazon S3 URL (s3://..)11:32
ftersinbut it probably is an url to s3 only11:33
ftersincybojanek: The one of main aims of ec2api project is interoperability. I.e. a script or other code must successfully works against both aws and ec2api.12:05
ftersinIn other words we cannot extend ec2api over aws. If aws does not support something, ec2api cannot do this as well.12:07
ftersinCould you explain if aws supports imporing image from an external url? And if not, why do you want to have this in ec2api?12:09
cybojanekftersin: I wanted to be able to import images using ec2api just like glance15:04
cybojanekI didnt realize it demands it be an s3 backed url15:04
ftersincybojanek: well, i thought over it. aws permits to import images from public s3 files specifying public https urls (https://s3.amazonaws.com/<bucket>/<file-path>)15:54
ftersinthe only restriction that these urls must point to aws s315:54
ftersini think we may not honor this restriction15:55
ftersini.e. all is ok with your idea, lets work on it15:56
ftersincybojanek: unfortunately the first thing you have to implement - is tasks15:57
ftersinbut let me think a bit more - may be we can have this w/o task support...16:12
*** dpy has joined #openstack-ec2api17:11
cybojanekftersin: Yea, about tasks. My current implementation works because of glance v1. And I think tasks are in v2.17:59
*** dpy has quit IRC20:43

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!