The error means Horizon cannot parse the response it got from Nova endpoint. It 
is either the response returns an incorrect format or there is some error 
during the call to Nova endpoint.

It should look something like:
{
    "snapshots": [
        {
            "id": "3fbbcccf-d058-4502-8844-6feeffdf4cb5",
            "display_name": "snap-001",
            "display_description": "Daily backup",
            "volume_id": "521752a6-acf6-4b2d-bc7a-119f9148cd8c",
            "status": "available",
            "size": 30,
            "created_at": "2012-02-29T03:50:07Z"
        }
    ]
}

Try turning on the console debug in the local_settings.py to see what is the 
response it got.

Hope this helps.

Regards,
Lin

From: [email protected] 
[mailto:[email protected]] On Behalf 
Of Leander Bessa Beernaert
Sent: Wednesday, May 16, 2012 8:39 AM
To: [email protected]
Subject: [Openstack] [Dashboard] Can't access images/snapshots

Hello,

I keep running into this error when i try to list the images/snapshot in 
dashboard: http://paste.openstack.org/show/17820/

This is my local_settings.py file: http://paste.openstack.org/show/17822/ , am 
i missing something?

Regards,

Leander
_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

Reply via email to