[Openstack] AMQP server on localhost:5672 is unreachable: IOError Socket closed.

2012-05-15 Thread Shashi Kanth Boddula
Essex on Ubuntu 12.04. I am seeing these messages in noa-api.log file, and the nova is not functional in dashboard. I believe the problem is with rabbitmq, but i don't know how to solve this situation. 2012-05-15 14:20:11 ERROR nova.rpc.common [req-1d70ea22-fb6e-4be8-84f5-54cfd78698ac

Re: [Openstack] AMQP server on localhost:5672 is unreachable: IOError Socket closed.

2012-05-15 Thread Shashi Kanth Boddula
Thank you, i simply reinstalled rabbitmq server and restarted nova api, now things looks fine. Thanks. On Tue, May 15, 2012 at 3:08 PM, Bilel Msekni ski...@hotmail.fr wrote: Le 15/05/2012 11:14, Shashi Kanth Boddula a écrit : Essex on Ubuntu 12.04. I am seeing these messages in noa

[Openstack] ImageNotFound: Image could not be found

2012-05-15 Thread Shashi Kanth Boddula
Essex on Ubuntu 12.04. I am storing images in swift. glance is configured to point to swift. I have imported few images, they are stored in swift. From dashboard, if i launch an instance from a image, it is failing, and the nova compute logs says TRACE nova.rpc.amqp ImageNotFound: Image

[Openstack] not able to start nova-compute Instance could not be found

2012-05-14 Thread Shashi Kanth Boddula
Essex on Ubuntu 12.04 LTS. I am not able to start nova-compute service. # start nova-compute nova-compute start/running, process 2262 # status nova-compute nova-compute stop/waiting In the log i see bellow. Instance instance-0009 could not be found. 2012-05-15 00:02:11 INFO

Re: [Openstack] glance keystone authentication problem

2012-05-12 Thread Shashi Kanth Boddula
, Shashi Kanth Boddula shashi@gmail.com wrote: Ubuntu 12.04 Essex. # glance index Failed to show index. Got error: You are not authenticated. Details: 401 Unauthorized This server could not verify that you are authorized to access the document you requested. Either you supplied

Re: [Openstack] glance keystone authentication problem

2012-05-12 Thread Shashi Kanth Boddula
is being used to bypass to normal authentication process, thereby avoiding the issue. Can you paste the rest of your authtoken config? Also, try token-get against 5000, and then try the resulting token as your admin_token value. -Dolph Mathews On May 12, 2012, at 12:01 PM, Shashi Kanth Boddula

[Openstack] glance keystone authentication problem

2012-05-10 Thread Shashi Kanth Boddula
Ubuntu 12.04 Essex. # glance index Failed to show index. Got error: You are not authenticated. Details: 401 Unauthorized This server could not verify that you are authorized to access the document you requested. Either you supplied the wrong credentials (e.g., bad password), or your browser does

[Openstack] swift stat returns Auth GET failed: http://127.0.0.1:5000/v2.0/tokens 401 Not Authorized

2012-05-07 Thread Shashi Kanth Boddula
Ubuntu 12.04 LTS with Essex (manual install with inbuilt packages) Everything on a single physical box. Keystone, Glance, Nova, Swift, and Dashboard installed and configured on a single physical box. I am getting the bellow error during swift configuration. Please anyone suggest me where could be

Re: [Openstack] swift stat returns Auth GET failed: http://127.0.0.1:5000/v2.0/tokens 401 Not Authorized

2012-05-07 Thread Shashi Kanth Boddula
see $. On Tue, May 8, 2012 at 3:01 AM, Pete Zaitcev zait...@redhat.com wrote: On Mon, 7 May 2012 23:34:02 +0530 Shashi Kanth Boddula shashi@gmail.com wrote: root@OpenStack:~# swift -V 2 -A http://OpenStack:5000/v2.0 -U adminUser:admin -K 012345SECRET99TOKEN012345 stat Auth GET

[Openstack] There is no object-store endpoint on this auth server.

2012-05-07 Thread Shashi Kanth Boddula
Ubuntu 12.04 LTS with Essex. I have created endpoint for swift, but still swift reports there is no endpoint. root@OpenStack:~# export OS_USERNAME=swift root@OpenStack:~# export OS_TENANT_NAME=service root@OpenStack:~# export OS_PASSWORD=swiftpass root@OpenStack:~# export