<div dir="ltr">Not that I know of I know when I was doing some scripts last summer (which with enhancements will be part of a forth coming tutorial on using VM's as a lab and then later using them to improve the robustness and stability of your production install) I got stuck here about 8 times and each time had to do a complete ground up reinstall and repeat of the process upto the keystone admin stuff (if everything goes well  here and you have your tenant/realm, user, etc. environmental variables set right [before you start keystone] it should work).... the need for 8 reinstalls of the base OS is what lead to using VM's because there you clone it after each successful major step and then if that blows up just replace it with the clone... for a dry run of the tutorials (installing devstack) see <a href="http://www.freebsd-openstack.org.">http://www.freebsd-openstack.org.</a>.. the next one (conceptual overview of a openstack install plus nova/cinder/keystone/glance [aka the compute node with no network or controller node]) will be out later in the month or early next (depending on the answer I get from a potential co-author).... by the end of the tutorial we will have a full install and a trivial app made all 100% from the command line using no outside knowledge then whats in the tutorials but it will be complete enough for you to write custom scripts with.... due to how PetiteCloud (the main tool besides OpenStack that is needed to do the tutorials) works the end result (at your option) of the tutorials will be a baremetal bootable set of fully functioning compute node, storage node, network node and control node (separate physical machines or not as needed)... for people who feel unconformatable with VM's we will also show how to do it on baremetal and if they prefer OpenStack or raw VM's over PetiteCloud we will show that also<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Feb 4, 2014 at 7:17 PM, Mark Vlcek (mavlcek) <span dir="ltr"><<a href="mailto:mavlcek@cisco.com" target="_blank">mavlcek@cisco.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="font-size:14px;font-family:Corbel,sans-serif;word-wrap:break-word">
<div>
<div>
<div>Hi Aryeh,</div>
</div>
</div>
<div><br>
</div>
<div>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.</div>
<div><br>
</div>
<div>Is there some simple way to check if it's indeed some misconfiguration with the account itself?</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Mark</div>
<div><br>
</div>
<span>
<div style="border-right:medium none;padding-right:0in;padding-left:0in;padding-top:3pt;text-align:left;font-size:11pt;border-bottom:medium none;font-family:Calibri;border-top:#b5c4df 1pt solid;padding-bottom:0in;border-left:medium none">

<span style="font-weight:bold">From: </span>Aryeh Friedman <<a href="mailto:aryeh.friedman@gmail.com" target="_blank">aryeh.friedman@gmail.com</a>><br>
<span style="font-weight:bold">Date: </span>Tuesday, February 4, 2014 3:46 PM<br>
<span style="font-weight:bold">To: </span>Mark Vlcek <<a href="mailto:mavlcek@cisco.com" target="_blank">mavlcek@cisco.com</a>><br>
<span style="font-weight:bold">Cc: </span>"<a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a>" <<a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a>><br>

<span style="font-weight:bold">Subject: </span>Re: [Openstack] [Keystone]404 error when trying to get list of users<br>
</div><div><div class="h5">
<div><br>
</div>
<div>
<div>
<div dir="ltr">This means that keystone is not installed properly (you likely messed up in the manual account creation step)<br>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Tue, Feb 4, 2014 at 6:28 PM, Mark Vlcek (mavlcek) <span dir="ltr">
<<a href="mailto:mavlcek@cisco.com" target="_blank">mavlcek@cisco.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="font-size:14px;font-family:Corbel,sans-serif;word-wrap:break-word">
<div>Hi all,</div>
<div><br>
</div>
<div>I'm using the <a href="http://api.openstack.org/api-ref-identity.html#identity-v2" target="_blank">
Keystone V2 REST API</a> 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.</div>
<div><br>
</div>
<div>The specific API call I'm trying to make is:</div>
<div><br>
</div>
<div>GET <a>http://[hostname]:5000/v2.0/users</a></div>
<div>with the X-Auth-Token properly added to the header.</div>
<div><br>
</div>
<div>The response I'm getting is:</div>
<div><br>
</div>
<div>
<div>{</div>
<div>    "error": {</div>
<div>        "message": "The resource could not be found.",</div>
<div>        "code": 404,</div>
<div>        "title": "Not Found"</div>
<div>    }</div>
<div>}</div>
</div>
<div><br>
</div>
<div>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.</div>
<div><br>
</div>
<div>What am I doing wrong?</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Mark</div>
</div>
<br>
_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
<br>
</blockquote>
</div>
<br>
<br clear="all">
<br>
-- <br>
<div dir="ltr">Aryeh M. Friedman, Lead Developer, <a href="http://www.PetiteCloud.org" target="_blank">
http://www.PetiteCloud.org</a><br>
</div>
</div>
</div>
</div>
</div></div></span>
</div>

</blockquote></div><br><br clear="all"><br>-- <br><div dir="ltr">Aryeh M. Friedman, Lead Developer, <a href="http://www.PetiteCloud.org" target="_blank">http://www.PetiteCloud.org</a><br></div>
</div>