isk_format: qcow2' -H 'x-image-meta-name:
> cirros-0.3.2-x86_64' -d ' object at 0x1fd3650>' http://controller:9292/v1/images
> [==> ] 8%Error communicating with
> http://controller:9292 timed out
>
> On 16 Sep 2014, at 16:48,
Hello Peter,
I could do this successfully with trunk code as following. So what
version of glance&glanceclient you used and you could check details
from glance&glanceclient debug log.
$ glance image-create --name "test1" --disk-format qcow2
--container-format bare --is-public true --progress <
~
at 9:34 PM, Zhi Yan Liu wrote:
> Hi,
>
> I have done some tests [0] to try to figure out what's perf problem
> there. As comparing, I did it by two separated cases a) sending
> request by glanceclient cli normally, just like what you did before.
> b) to around the glancec
Hi,
I have done some tests [0] to try to figure out what's perf problem
there. As comparing, I did it by two separated cases a) sending
request by glanceclient cli normally, just like what you did before.
b) to around the glanceclient cli to send those equal api calls to
glance server directly. Th
In both glance-api logs [1][2], I think your registry service should
got some problems when it handles glance-api requests, but from the
glance-registry logs you provided, I can't found any valuable
information for that case, so could you collect more logs? especially
glance-registry service.
zhiy
John this function is workable in Icehouse I believe, the Nova side
(for libvirt only) code has been merged in this cycle early.
I also had given the answer for this question at:
https://answers.launchpad.net/cinder/+question/243863
zhiyan
On Fri, Feb 14, 2014 at 1:10 PM, John Griffith
wrote:
>
Hello Srujana,
On Wed, Oct 16, 2013 at 5:58 PM, Srujana C P
wrote:
> Hi,
>
>
>
> We have a requirement wherein we will clone an image and register the cloned
> image into glance from file location using x-image-meta-location. However,
> file location option has been removed for security reasons.