[Openstack] [Dashboard] Can't access images/snapshots

Cheng, Lin Hua (Cloud Services) lin-hua.cheng at hp.com
Wed May 16 21:49:22 UTC 2012


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: openstack-bounces+lin-hua.cheng=hp.com at lists.launchpad.net [mailto:openstack-bounces+lin-hua.cheng=hp.com at lists.launchpad.net] On Behalf Of Leander Bessa Beernaert
Sent: Wednesday, May 16, 2012 8:39 AM
To: openstack at lists.launchpad.net
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20120516/cf6f5239/attachment.html>


More information about the Openstack mailing list