No fixtures found.

Asked by zhangjunfeng

Here are my steps,
$ git clone https://github.com/4P/openstack- $ dashboard.git "
$ python tools / install_venv.py
$ tools / with_venv.sh dashboard / manage.py syncd
In this step, when I get the following output:
Installing custom SQL ...
Installing indexes ...
DEBUG: django.db.backends: (0.005) CREATE INDEX "django_session_c25c2c28" ON "django_session" ("expire_date");; args = ()
DEBUG: django.db.backends: (0.006) CREATE INDEX "django_comments_e4470c6e" ON "django_comments" ("content_type_id");; args = ()
DEBUG: django.db.backends: (0.006) CREATE INDEX "django_comments_6223029" ON "django_comments" ("site_id");; args = ()
DEBUG: django.db.backends: (0.007) CREATE INDEX "django_comments_fbfc09f1" ON "django_comments" ("user_id");; args = ()
DEBUG: django.db.backends: (0.006) CREATE INDEX "django_comment_flags_fbfc09f1" ON "django_comment_flags" ("user_id");; args = ()
DEBUG: django.db.backends: (0.005) CREATE INDEX "django_comment_flags_9b3dc754" ON "django_comment_flags" ("comment_id");; args = ()
DEBUG: django.db.backends: (0.008) CREATE INDEX "django_comment_flags_111c90f9" ON "django_comment_flags" ("flag");; args = ()
No fixtures found.

Well I need to do what to do?

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Dashboard (Horizon) Edit question
Assignee:
No assignee Edit question
Solved by:
zhangjunfeng
Solved:
Last query:
Last reply:
Revision history for this message
zhangjunfeng (zjfhappy) said :
#1

We are in the middle of transitioning the OpenStack Dashboard from using the EC2 API to the OpenStack API. The master branch is a bit of a work in progress right now since we decided to take the hit and make this change at the same time we moved from Launchpad to Github. We are almost done with the transition, and once this is done I will update the README and let everyone know. Thanks for your patience! Best, Devin

Revision history for this message
Imesh Gunaratne (imesh) said :
#2

I encountered the same problem. Have you solved this now?

Revision history for this message
Mark Gius (markgius) said :
#3

I don't see the problem. You don't need pre-canned data (fixtures) to run the dashboard. That message is informational, not an indication of an error.