Re: [openstack-dev] Questions regarding image "location" and glanceclient behaviour ...

2016-02-18 Thread Martinx - ジェームズ
> > > 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

Re: [openstack-dev] Questions regarding image "location" and glanceclient behaviour ...

2016-02-18 Thread Ian Cordasco
-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

Re: [openstack-dev] Questions regarding image "location" and glanceclient behaviour ...

2016-02-17 Thread Martinx - ジェームズ
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

Re: [openstack-dev] Questions regarding image "location" and glanceclient behaviour ...

2016-02-17 Thread Fei Long Wang
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,

Re: [openstack-dev] Questions regarding image "location" and glanceclient behaviour ...

2016-02-17 Thread Martinx - ジェームズ
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

Re: [openstack-dev] Questions regarding image "location" and glanceclient behaviour ...

2014-01-22 Thread Mark Washenberger
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

[openstack-dev] Questions regarding image "location" and glanceclient behaviour ...

2014-01-22 Thread Public Mail
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