[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 e2859b

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 wrote: > Le 15/05/2012 11:14, Shashi Kanth Boddula a écrit : > > Essex on Ubuntu 12.04. > > I am seeing these messages in n

[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 0c1bd987f8

[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 nova.rpc.com

Re: [Openstack] glance keystone authentication problem

2012-05-12 Thread Shashi Kanth Boddula
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

Re: [Openstack] glance keystone authentication problem

2012-05-12 Thread Shashi Kanth Boddula
hake Chen wrote: > >> you can check your keystone whether work correctly. >> >> keystone user-list >> >> >> >> On Fri, May 11, 2012 at 12:42 PM, Shashi Kanth Boddula < >> shashi@gmail.com> wrote: >> >>> Ubuntu 12.04 Ess

[Openstack] command to delete/suspend instances

2012-05-12 Thread Shashi Kanth Boddula
Essex on Ubuntu 12.04. In the dashboard if i delete or suspend instances, then it is not happening, the UI simply continue to show Deleting/Suspending, and it never comes out of it. Is there any nova command which i can forcefully delete the instances ? Or in this situation what can be done? -

[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

Re: [Openstack] nova volume creation problem

2012-05-07 Thread Shashi Kanth Boddula
Thank you. On Tue, May 8, 2012 at 7:05 AM, John Griffith wrote: > On Mon, May 7, 2012 at 7:17 PM, Shashi Kanth Boddula > wrote: > > I tried creating from Dashboard as well as command, but both are not > > creating volumes. > > > > nova volume-create --display_name v

Re: [Openstack] nova volume creation problem

2012-05-07 Thread Shashi Kanth Boddula
2 at 12:24 AM, Joshua Tobin wrote: > On May 7, 2012, at 11:14, Shashi Kanth Boddula > wrote: > > > Ubuntu 12.04 LTS Essex. > > > > I am not able to create nova volumes, the command never ends up, and the > volume status will be alway

Re: [Openstack] nova volume creation problem

2012-05-07 Thread Shashi Kanth Boddula
PM, Shashi Kanth Boddula wrote: > >> And in the system nova VG is already created, but no logical volumes are >> getting created whenever i issue "nova volume-create" command. >> >> # vgdisplay | grep nova >> VG Name nova-volumes >>

[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 OS_AUTH_URL=http://Open

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
ks for whether i need to say v1.X or V2.X? In the keystone.conf file i see only v2 word. 2) Do i need to say % or $ in the above command infront of tenant_id ? . In some docs i see %, and some docs i see $. On Tue, May 8, 2012 at 3:01 AM, Pete Zaitcev wrote: > On Mon, 7 May 2012 23:34:0

[Openstack] nova volume creation problem

2012-05-07 Thread Shashi Kanth Boddula
Ubuntu 12.04 LTS Essex. I am not able to create nova volumes, the command never ends up, and the volume status will be always "creating". # nova volume-list ++--+---+--+-+-+ | ID | Status |Display Name | Size | Volume Type | Attached

[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