<meta http-equiv="content-type" content="text/html; charset=utf-8"><div>dear all,</div><div><br></div><div>I have followed the following docs and here is my progress so far</div><div><br></div><a href="http://cloudbuilders.github.com/deploy.sh/single-node-nova-installation-using-vagrant-and-chef.html">http://cloudbuilders.github.com/deploy.sh/single-node-nova-installation-using-vagrant-and-chef.html</a><div>
<meta http-equiv="content-type" content="text/html; charset=utf-8"><a href="http://wiki.openstack.org/OpenStackDashboard">http://wiki.openstack.org/OpenStackDashboard</a></div><div><br></div><div>$ sudo vim /srv/dashboard/openstack-dashboard/local/local_settings.py</div>
<div><br></div><div>SWIFT_ENABLED = False</div><div><br></div><div><br></div><div># needed for keystone</div><div>sudo aptitude install libxml2-dev libxslt1-dev libsqlite3-dev</div><div><br></div><div>clone keystone</div>
<div>$ cd </div><div>git clone <a href="https://github.com/rackspace/keystone.git">https://github.com/rackspace/keystone.git</a></div><div><br></div><div>$ sudo keystone/bin/keystone</div><div># it starts up nicely</div><div>
<br></div><div>However, when I try to log in to the dashboard as admin,password or admin,vagrant I get 401 Unauthorized</div><div><br></div><div>I have not set this parameter in local_settings.py   Perhaps this is the issue. How can I get a valid value for it?</div>
<div><meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="color: rgb(83, 83, 83); line-height: 18px; font-family: sans-serif; font-size: 14px; ">OPENSTACK_ADMIN_TOKEN : Token for Keystone endpoint.</span></div>