ftersin | andrey-mp: amazon supports https there, see http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImageDiskContainer.html | 11:31 |
---|---|---|
ftersin | The 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 |
ftersin | but it probably is an url to s3 only | 11:33 |
ftersin | cybojanek: 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 |
ftersin | In other words we cannot extend ec2api over aws. If aws does not support something, ec2api cannot do this as well. | 12:07 |
ftersin | Could 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 |
cybojanek | ftersin: I wanted to be able to import images using ec2api just like glance | 15:04 |
cybojanek | I didnt realize it demands it be an s3 backed url | 15:04 |
ftersin | cybojanek: 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 |
ftersin | the only restriction that these urls must point to aws s3 | 15:54 |
ftersin | i think we may not honor this restriction | 15:55 |
ftersin | i.e. all is ok with your idea, lets work on it | 15:56 |
ftersin | cybojanek: unfortunately the first thing you have to implement - is tasks | 15:57 |
ftersin | but let me think a bit more - may be we can have this w/o task support... | 16:12 |
*** dpy has joined #openstack-ec2api | 17:11 | |
cybojanek | ftersin: Yea, about tasks. My current implementation works because of glance v1. And I think tasks are in v2. | 17:59 |
*** dpy has quit IRC | 20:43 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!