← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1608209] [NEW] manage.py not found

 

Public bug reported:

I've followed all instruction from OpenStack.org to setup a "All In One" Linux server with OpenStack.
I've used Ubuntu 16.04.1 (supported) with minimal installation, then I've run stack.sh with success. Test.sh run with success too.
Opening Horizon it fails with a very common error found a lot in literature. I've tried some fixes with no success.

But the real strange thing is that THERE'S NO MANAGE.PY file at all to
run...

You have offline compression enabled but key "71f1bb91aa1db46c691a399635d662c7" is missing from offline manifest. You may need to run "python manage.py compress".
1	{% load compress %}
2	{% load themes %}
3
4
5

      {% compress css %}

6	<link href='{{ STATIC_URL }}horizon/lib/bootstrap_datepicker/datepicker3.css' type='text/css' media='screen' rel='stylesheet' />
7	<link href='{{ STATIC_URL }}horizon/lib/rickshaw.css' type='text/css' media='screen' rel='stylesheet' />
8	{% endcompress %}
9
10
11
12	{% current_theme as current_theme %}
13	{% theme_dir as theme_dir %}
14
15	{% comment %}

** Affects: horizon
     Importance: Undecided
         Status: New

** Description changed:

  I've followed all instruction from OpenStack.org to setup a "All In One" Linux server with OpenStack.
- I've used Ubuntu 16.04.1 (supported) with minimal installation, then I've run stack.sh with success.
+ I've used Ubuntu 16.04.1 (supported) with minimal installation, then I've run stack.sh with success. Test.sh run with success too.
  Opening Horizon it fails with a very common error found a lot in literature. I've tried some fixes with no success.
  
  But the real strange thing is that THERE'S NO MANAGE.PY file at all to
  run...
  
- 
  You have offline compression enabled but key "71f1bb91aa1db46c691a399635d662c7" is missing from offline manifest. You may need to run "python manage.py compress".
  1	{% load compress %}
  2	{% load themes %}
- 3	
- 4	
- 5	
-       
-       {% compress css %}
-       
+ 3
+ 4
+ 5
  
-       
+       {% compress css %}
+ 
  6	<link href='{{ STATIC_URL }}horizon/lib/bootstrap_datepicker/datepicker3.css' type='text/css' media='screen' rel='stylesheet' />
  7	<link href='{{ STATIC_URL }}horizon/lib/rickshaw.css' type='text/css' media='screen' rel='stylesheet' />
  8	{% endcompress %}
- 9	
- 10	
- 11	
+ 9
+ 10
+ 11
  12	{% current_theme as current_theme %}
  13	{% theme_dir as theme_dir %}
- 14	
+ 14
  15	{% comment %}

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1608209

Title:
  manage.py not found

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  I've followed all instruction from OpenStack.org to setup a "All In One" Linux server with OpenStack.
  I've used Ubuntu 16.04.1 (supported) with minimal installation, then I've run stack.sh with success. Test.sh run with success too.
  Opening Horizon it fails with a very common error found a lot in literature. I've tried some fixes with no success.

  But the real strange thing is that THERE'S NO MANAGE.PY file at all to
  run...

  You have offline compression enabled but key "71f1bb91aa1db46c691a399635d662c7" is missing from offline manifest. You may need to run "python manage.py compress".
  1	{% load compress %}
  2	{% load themes %}
  3
  4
  5

        {% compress css %}

  6	<link href='{{ STATIC_URL }}horizon/lib/bootstrap_datepicker/datepicker3.css' type='text/css' media='screen' rel='stylesheet' />
  7	<link href='{{ STATIC_URL }}horizon/lib/rickshaw.css' type='text/css' media='screen' rel='stylesheet' />
  8	{% endcompress %}
  9
  10
  11
  12	{% current_theme as current_theme %}
  13	{% theme_dir as theme_dir %}
  14
  15	{% comment %}

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1608209/+subscriptions


Follow ups