Hi all,<br><br>I have install the Dashboad according the documentation. <a href="http://docs.openstack.org/diablo/openstack-compute/admin/content/run-the-server.html">http://docs.openstack.org/diablo/openstack-compute/admin/content/run-the-server.html</a>. <br>
<br>During the installation step "tools/with_venv.sh openstack-dashboard/manage.py syncdb", I got the message below:<br>Creating tables ...<br>Installing custom SQL ...<br>Installing indexes ...<br>No fixtures found.<br>
<br>I'm not sure whether this is a error message.<br><br>I can run the server successfully. However, when logging in the browser, I failed to do so with the username and password created in keystone. I have already created username and password in keystone. The corresponding token is also generated via curl. <br>
<br>So, how can I set up the username and passowd. <br><br>Openstack version: diablo<br><br>partial details of local_settings.py:<br>OPENSTACK_HOST = "127.0.0.1"<br>#OPENSTACK_KEYSTONE_URL = "http://%s:5000/v2.0" % OPENSTACK_HOST<br>
OPENSTACK_KEYSTONE_URL = "<a href="http://127.0.0.1:5000/v2.0/">http://127.0.0.1:5000/v2.0/</a>"<br># FIXME: this is only needed until keystone fixes its GET /tenants call<br># so that it doesn't return everything for admins<br>
#OPENSTACK_KEYSTONE_ADMIN_URL = "http://%s:5001/v2.0" % OPENSTACK_HOST<br>OPENSTACK_KEYSTONE_ADMIN_URL = "<a href="http://127.0.0.1:5001/v2.0/">http://127.0.0.1:5001/v2.0/</a>" <br>OPENSTACK_KEYSTONE_DEFAULT_ROLE = "Member"<br>
OPENSTACK_ADMIN_TOKEN = "999888777666"<br><br># The number of Swift containers and objects to display on a single page before<br># providing a paging element (a "more" link) to paginate results.<br>API_RESULT_LIMIT = 1000<br>
SWIFT_ENABLED = True<br><br># Configure quantum connection details for networking<br>QUANTUM_ENABLED = False<br>QUANTUM_URL = '%s'  % OPENSTACK_HOST<br>QUANTUM_PORT = '9696'<br>QUANTUM_TENANT = '1234'<br>
QUANTUM_CLIENT_VERSION='0.1'<br><br># If you have external monitoring links, eg:<br># EXTERNAL_MONITORING = [<br>#     ['Nagios','<a href="http://foo.com">http://foo.com</a>'],<br>#     ['Ganglia','<a href="http://bar.com">http://bar.com</a>'],<br>
# ]<br><br>Your help and information will be highly appreciated.<br><br>Fine regards,<br>Sean<br><br><br>