Re: [Openstack] Image upload times out ...

2015-01-29 Thread Azher Mughal
Hi All . Just checking if there is way to move the new image from queued to active. Thanks -Azher On 1/28/2015 2:54 PM, Azher Mughal wrote: > Thanks All for replies. Using the glance cli: > > [root@c7-openstack images]# glance image-create --name=CentOS-6.6 > --disk-format=qcow2 --container-f

Re: [Openstack] Image upload times out ...

2015-01-28 Thread Azher Mughal
Thanks All for replies. Using the glance cli: [root@c7-openstack images]# glance image-create --name=CentOS-6.6 --disk-format=qcow2 --container-format=bare --is-public=true --file CentOS-6-x86_64-GenericCloud.qcow2 This command is not completing ... how long normally should it take ? >From anot

Re: [Openstack] Image upload times out ...

2015-01-27 Thread Erik McCormick
You can use the glance cli client (glance image-create) to do it, but it'll call the same API over the same network connection, so unless you have a copy of the image on the same network where glance lives, it may not help. Any chance you are using Ceph as a backend and haven't configured a proper

Re: [Openstack] Image upload times out ...

2015-01-27 Thread Anne Gentle
Sure, once you have your OpenStack credentials set in your environment: http://docs.openstack.org/user-guide/content/cli_openrc.html then you can upload with the glance client: http://docs.openstack.org/user-guide/content/cli_manage_images.html or with the Python SDK: http://docs.openstack.org/user

Re: [Openstack] Image upload times out ...

2015-01-27 Thread Rick Jones
On 01/27/2015 11:58 AM, Azher Mughal wrote: Hi, I just installed OpenStack Juno. Under Images, trying to create a new Image by uploading from the local system a CentOS 7 generic cloud image (about 943MB). However it takes hours and nothing happens. Is there a way to upload the image from the sh

[Openstack] Image upload times out ...

2015-01-27 Thread Azher Mughal
Hi, I just installed OpenStack Juno. Under Images, trying to create a new Image by uploading from the local system a CentOS 7 generic cloud image (about 943MB). However it takes hours and nothing happens. Is there a way to upload the image from the shell ? Thanks -Azher ___