yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #37575
[Bug 1473009] Re: HTTP external sources are not supported
** Project changed: glance => glance-store
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1473009
Title:
HTTP external sources are not supported
Status in glance_store:
New
Bug description:
Trying to define a new image from an external source keeps failing with 400 Bad Request External source are not supported.
In my specific case I have tryed to define an image via Heat:
# heat stack-create image-test -f cirros.yaml
cirros.yaml:
heat_template_version: 2013-05-23
description: Glance image provider
parameters:
image_name:
type: string
default: heat_cirros
resources:
glance_image:
type: OS::Glance::Image
properties:
container_format: bare
disk_format: qcow2
is_public: true
location: http://download.cirros-cloud.net/0.3.3/cirros-0.3.3-x86_64-disk.img
min_disk: 1
min_ram: 64
name: {get_param: image_name}
protected: false
Note that the URL is well formatted should be valid as an external
source.
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance-store/+bug/1473009/+subscriptions
References