Hi Aryeh,

I installed with DevStack. Pretty much every other API call I've made 
(Keystone, Nova, Ceilometer, etc.) has worked, for some reason this one is just 
giving me problems.

Is there some simple way to check if it's indeed some misconfiguration with the 
account itself?

Thanks,
Mark

From: Aryeh Friedman <aryeh.fried...@gmail.com<mailto:aryeh.fried...@gmail.com>>
Date: Tuesday, February 4, 2014 3:46 PM
To: Mark Vlcek <mavl...@cisco.com<mailto:mavl...@cisco.com>>
Cc: "openstack@lists.openstack.org<mailto:openstack@lists.openstack.org>" 
<openstack@lists.openstack.org<mailto:openstack@lists.openstack.org>>
Subject: Re: [Openstack] [Keystone]404 error when trying to get list of users

This means that keystone is not installed properly (you likely messed up in the 
manual account creation step)


On Tue, Feb 4, 2014 at 6:28 PM, Mark Vlcek (mavlcek) 
<mavl...@cisco.com<mailto:mavl...@cisco.com>> wrote:
Hi all,

I'm using the Keystone V2 REST 
API<http://api.openstack.org/api-ref-identity.html#identity-v2> to try to get a 
list of users and their IDs but for some reason I keep getting a 404 error in 
the JSON response.

The specific API call I'm trying to make is:

GET http://[hostname]:5000/v2.0/users
with the X-Auth-Token properly added to the header.

The response I'm getting is:

{
    "error": {
        "message": "The resource could not be found.",
        "code": 404,
        "title": "Not Found"
    }
}

I see that the documentation says that "name" is another one of the request 
parameters, but when I tried adding it as a URL parameter or in the header I 
just get invalid responses.

What am I doing wrong?

Thanks,
Mark

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : 
openstack@lists.openstack.org<mailto:openstack@lists.openstack.org>
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack




--
Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to