<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'><div>Hello,</div><div> I'm trying to get openstack Dashboard installed and running. The installation instructions I'm following are from this website: <a href="http://wiki.openstack.org/OpenStackDashboard" style="font-size: 12pt; ">http://wiki.openstack.org/OpenStackDashboard</a></div><div><br></div><div> I have previously installed devstack, but I have been unable to make it persistent. Since devstack is for "development" only, it somewhat makes sense. I've looked at the installation script, but so far I have been unable to see what I've missed.</div><div><br></div><div> I am unable to sync the database, nor run the server; I get the same errors as below:</div><div><br></div><div>~/horizon/openstack-dashboard$ tools/with_venv.sh dashboard/manage.py syncdb</div><div>ERROR:root:No module named local.local_settings</div><div>Traceback (most recent call last):</div><div> File "/home/harlan/horizon/openstack-dashboard/dashboard/settings.py", line 126, in <module></div><div> from local.local_settings import *</div><div>ImportError: No module named local.local_settings</div><div>ERROR:root:No module named local.local_settings</div><div>Traceback (most recent call last):</div><div> File "/home/harlan/horizon/openstack-dashboard/dashboard/../dashboard/settings.py", line 126, in <module></div><div> from local.local_settings import *</div><div>ImportError: No module named local.local_settings</div><div>Error: No module named horizon.dashboards.settings</div><div><br></div><div><br></div><div> Any ideas or suggestions?</div><div><br></div><div>Thanks,</div><div><br></div><div>Harlan...</div><div><br></div></div></body></html>