<div dir="ltr"><div>Hi,</div><div><br></div><div>After a successful installation of Folsom, I'm trying to use Dashboard. I've had no success login in.</div><div><br></div><div style>If I just type a random user/passwd string, I get a message: "Invalid username or password".</div>
<div style><br></div><div style>If I type admin:secret (a correct user:password combination), the login page reloads and nothing happens.</div><div><br></div><div style>Some info on my setup:</div><div><br></div><div style>
I followed this guide for Folsom installation:</div><div style><br></div><div style><a href="http://docs.openstack.org/folsom/basic-install/content/basic-install-folsom.pdf">http://docs.openstack.org/folsom/basic-install/content/basic-install-folsom.pdf</a><br>
</div><div style><br></div><div style>My novarc file:</div><div style><div> <br></div><div>export OS_TENANT_NAME=admin</div><div>export OS_USERNAME=admin</div><div>export OS_PASSWORD=secret</div><div>export OS_AUTH_URL="<a href="http://localhost:5000/v2.0/">http://localhost:5000/v2.0/</a>"</div>
<div>export SERVICE_ENDPOINT="<a href="http://localhost:35357/v2.0">http://localhost:35357/v2.0</a>"</div><div>export SERVICE_TOKEN=secret</div></div><div style><br></div><div style>Keystone.log doesn't show anything out of the ordinary.</div>
<div style><br></div><div style><div>mysql> select id,name from user;</div><div>+----------------------------------+---------+</div><div>| id                               | name    |</div><div>+----------------------------------+---------+</div>
<div>| 6294f0f5e16d49b9992c211e9cac6855 | admin   |</div><div>| 88f6d25dec6f40f1a9cddf2b20aad4b2 | cinder  |</div><div>| 4c0f5a439a3d44368e8d4af395049ff2 | demo    |</div><div>| c7ee8554321d4fe2bba341a99ee98dc9 | glance  |</div>
<div>| 520ddc424a30447aa47992400382a167 | nova    |</div><div>| 6e44c5aa1edc4fe5919286ecdda196a0 | quantum |</div><div>| f4a54be5b3154f85bc4df89a61c5360d | swift   |</div><div>| 6dfec4512b7f4eaa9dc214d7232244fd | viktor  |</div>
<div>+----------------------------------+---------+</div><div><br></div><div><div>mysql> select * from tenant;</div><div>+----------------------------------+--------------------+----------------------------------------+</div>
<div>| id                               | name               | extra                                  |</div><div>+----------------------------------+--------------------+----------------------------------------+</div><div>
| 779c87a9c37f4f63b0fc0aab236a5e1e | demo               | {"enabled": true, "description": null} |</div><div>| 8d4286a5249e43e9aa56864357737884 | invisible_to_admin | {"enabled": true, "description": null} |</div>
<div>| cf03bbe4daaf4579bd005a4e64da3334 | MYTENANT               | {"enabled": true, "description": null} |</div><div>| f822dc409d684062b003ba99efa12672 | admin              | {"enabled": true, "description": null} |</div>
<div>+----------------------------------+--------------------+----------------------------------------+</div></div></div><div><br></div><div style>I realize dashboard doesn't use a database anymore as it did in Essex. Is that right? BTW, where can I find django log files?</div>
<div><br></div><div style>Any tips about what is going wrong?</div><div style><br></div><div style>Thank you,</div><div>Viktor</div></div>