nova list Status ERROR

Asked by Pravin Phadte Bernard

I am new to openstack and would be appreciate if someone can help me to fix the issuies
I have installed Grizzly on Ubuntu Server 13.04. The guide i followed was https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst.

Everything seems to be working fine after the installation. I have been hitting a problem when i tried to create a new VM.

The nova list shows me an error and GUI too.

Also when i check the images and snapshots in Horizon it shows an error "Error: Unable to retrieve snapshots."

Appreciate any help in this
root@OSCon01:~# nova list
+--------------------------------------+------+--------+----------------------+
| ID | Name | Status | Networks |
+--------------------------------------+------+--------+----------------------+
| 6c7e7daf-45c0-46b7-8936-42650a3e3ea7 | VM1 | ERROR | FamilyNet=20.20.20.3 |
| 1f01e101-a518-4863-8e0f-87feca9d952e | VM2 | ERROR | |
+--------------------------------------+------+--------+----------------------+

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
Pravin Phadte Bernard
Solved:
Last query:
Last reply:
Revision history for this message
Tiantian Gao (gtt116) said :
#1

I seems like your glance not work correctly.
you can recheck whether glance is find by using glance cli.

see the result of below command

glance index
glance image-create …
glance image-delete ...

在 2013-9-19,下午7:01,Pravin Phadte Bernard <email address hidden> 写道:

> New question #235990 on OpenStack Compute (nova):
> https://answers.launchpad.net/nova/+question/235990
>
> I am new to openstack and would be appreciate if someone can help me to fix the issuies
> I have installed Grizzly on Ubuntu Server 13.04. The guide i followed was https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst.
>
> Everything seems to be working fine after the installation. I have been hitting a problem when i tried to create a new VM.
>
> The nova list shows me an error and GUI too.
>
> Also when i check the images and snapshots in Horizon it shows an error "Error: Unable to retrieve snapshots."
>
> Appreciate any help in this
> root@OSCon01:~# nova list
> +--------------------------------------+------+--------+----------------------+
> | ID | Name | Status | Networks |
> +--------------------------------------+------+--------+----------------------+
> | 6c7e7daf-45c0-46b7-8936-42650a3e3ea7 | VM1 | ERROR | FamilyNet=20.20.20.3 |
> | 1f01e101-a518-4863-8e0f-87feca9d952e | VM2 | ERROR | |
> +--------------------------------------+------+--------+----------------------+
>
> --
> You received this question notification because you are an answer
> contact for OpenStack Compute (nova).

Revision history for this message
Pravin Phadte Bernard (pravinphadte) said :
#2

Thanks . ..Tiantian Gao
Below are the output
root@OSCon01:~# glance index
ID Name Disk Format Container Format Size
------------------------------------ ------------------------------ -------------------- -------------------- --------------
11e81156-abda-42bc-a776-b2d0b17a5df5 myFirstImage qcow2 bare 13147648
root@OSCon01:~#
root@OSCon01:~#
root@OSCon01:~# glance image-create
+------------------+--------------------------------------+
| Property | Value |
+------------------+--------------------------------------+
| checksum | None |
| container_format | None |
| created_at | 2013-09-19T11:30:47 |
| deleted | False |
| deleted_at | None |
| disk_format | None |
| id | 4a2fcfaf-0f00-48c7-bc4c-56b92acb8c09 |
| is_public | False |
| min_disk | 0 |
| min_ram | 0 |
| name | None |
| owner | 4c71b3b712f14eb68004959c6e8bbd5f |
| protected | False |
| size | 0 |
| status | queued |
| updated_at | 2013-09-19T11:30:47 |

Revision history for this message
Pravin Phadte Bernard (pravinphadte) said :
#3

Solved this.
deleted the DB for glance and recreated it.