Discussion:
[openstack-dev] [Glance] How to add location in the image
Pankaj Mishra
2016-04-11 08:17:35 UTC
Permalink
Hi All,

I created image and I want to add location in the created image.
For that I am executing this command from glance cli.

usage: glance --os-image-api-version 2 location-add --url <URL>
[--metadata <STRING>] <IMAGE_ID>


So here what is the <URL>. What should I pass <URL> to add the location.

Please anybody can help me out to execute this command.

Thanks,
Pankaj
Kairat Kushaev
2016-04-11 08:28:19 UTC
Permalink
It must be valid http reference to image file that can be downloaded by
Glance.
For example:
http://cdimage.debian.org/cdimage/openstack/testing/debian-testing-openstack-amd64.qcow2
You can also ask similar questions in #openstack-glance IRC channel.


Best regards,
Kairat Kushaev
Post by Pankaj Mishra
Hi All,
I created image and I want to add location in the created image.
For that I am executing this command from glance cli.
usage: glance --os-image-api-version 2 location-add --url <URL> [--metadata <STRING>] <IMAGE_ID>
So here what is the <URL>. What should I pass <URL> to add the location.
Please anybody can help me out to execute this command.
Thanks,
Pankaj
__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
Continue reading on narkive:
Loading...