>
> > But this procedure will force me to download all images in advance,
> which I
> > can not do.
> >
> > I NEED the previous behavior, where Glance download the images by itself,
> > on demand.
> >
> > How to do this with V2 ?
>
> You can use glance image-create without passing it any image data
-Original Message-
From: Martinx - ジェームズ
Reply: OpenStack Development Mailing List (not for usage questions)
Date: February 17, 2016 at 23:18:11
To: OpenStack Development Mailing List (not for usage questions)
Subject: Re: [openstack-dev] Questions regarding image "location
But this procedure will force me to download all images in advance, which I
can not do.
I NEED the previous behavior, where Glance download the images by itself,
on demand.
How to do this with V2 ?
On 18 February 2016 at 01:47, Fei Long Wang wrote:
> Glance v2 doesn't support 'location' anymor
Glance v2 doesn't support 'location' anymore, now there are multi
locations for image in V2. You can use 'glance location-add' after
create the the image by 'glance image-create --file xxx'
On 18/02/16 15:51, Martinx - ジェームズ wrote:
> Hey guys, any news about this?
>
> I want to use Glance v2 but,
Hey guys, any news about this?
I want to use Glance v2 but, without --location that points to a URL and,
for me, without it, it is impossible to use it (v2).
So, any plans to bring back --location, I want to use v2 like this:
--
glance image-create --location
http://uec-images.ubuntu.com/release
On Wed, Jan 22, 2014 at 1:05 AM, Public Mail wrote:
> Hi All,
>
> I have two questions ...
>
> 1) Glance v1 APIs can take a --location argument when creating an image
>but v2 APIs can't - bug or feature? (Details below)
>
I'd call that a missing feature. I think we probably need
Hi All,
I have two questions ...
1) Glance v1 APIs can take a --location argument when creating an image
but v2 APIs can't - bug or feature? (Details below)
2) How should glanceclient (v2 commands) handle reserved attributes?
a) status quo: (Apparently) let the user se