[Bug 1210253] Re: With Havana 2 installed, Launching horizon UI results in the error NameError: name 'Dashboard' is not defined

2014-04-17 Thread Thierry Carrez
** Changed in: horizon
Milestone: icehouse-2 = 2014.1

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1210253

Title:
  With Havana 2 installed, Launching horizon UI results in the error 
  NameError: name 'Dashboard' is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1210253/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1210253] Re: With Havana 2 installed, Launching horizon UI results in the error NameError: name 'Dashboard' is not defined

2014-01-22 Thread Thierry Carrez
** Changed in: horizon
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1210253

Title:
  With Havana 2 installed, Launching horizon UI results in the error 
  NameError: name 'Dashboard' is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1210253/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1210253] Re: With Havana 2 installed, Launching horizon UI results in the error NameError: name 'Dashboard' is not defined

2013-12-19 Thread Mark T. Voelker
** Changed in: openstack-cisco
Milestone: h.0 = None

** No longer affects: openstack-cisco

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1210253

Title:
  With Havana 2 installed, Launching horizon UI results in the error 
  NameError: name 'Dashboard' is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1210253/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1210253] Re: With Havana 2 installed, Launching horizon UI results in the error NameError: name 'Dashboard' is not defined

2013-12-11 Thread David Lyle
** Changed in: horizon
   Importance: Undecided = High

** Changed in: horizon
   Importance: High = Low

** Changed in: horizon
Milestone: None = icehouse-2

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1210253

Title:
  With Havana 2 installed, Launching horizon UI results in the error 
  NameError: name 'Dashboard' is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1210253/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1210253] Re: With Havana 2 installed, Launching horizon UI results in the error NameError: name 'Dashboard' is not defined

2013-12-11 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/56547
Committed: 
http://github.com/openstack/horizon/commit/b6eb9a2480a82cf93f7a62e9c7373feddc8296fe
Submitter: Jenkins
Branch:master

commit b6eb9a2480a82cf93f7a62e9c7373feddc8296fe
Author: Radomir Dopieralski openst...@sheep.art.pl
Date:   Fri Nov 15 10:04:31 2013 +0100

Remove asserts for optional imports

Horizon's __init__.py has some code that explicitly allows it to
be imported by setup.py before Django is set up, by making import
failures just throw a warning instead of an exception. But that code
is defeated by a bunch of asserts that were added later, that just
make the error even more confusing.

I'm removing the asserts and replacing them with __all__.

Closes-bug: #1210253
Change-Id: I0fde7810a033fd7216da9a5460f5e4e323b4d6e9


** Changed in: horizon
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1210253

Title:
  With Havana 2 installed, Launching horizon UI results in the error 
  NameError: name 'Dashboard' is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1210253/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1210253] Re: With Havana 2 installed, Launching horizon UI results in the error NameError: name 'Dashboard' is not defined

2013-11-20 Thread Victor Morales
I'm not sure if this is too late but I was getting the same error
everytime that I started an instance of the horizon layer.  I discovered
that I was using the version 1.6 of Django and it has some classes
deprecated(https://docs.djangoproject.com/en/dev/internals/deprecation/),
specially django.conf.urls.defaults.  My workaround was to downgrade to
1.5 version and finally works.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1210253

Title:
  With Havana 2 installed, Launching horizon UI results in the error 
  NameError: name 'Dashboard' is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1210253/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1210253] Re: With Havana 2 installed, Launching horizon UI results in the error NameError: name 'Dashboard' is not defined

2013-11-12 Thread Radomir Dopieralski
I can still see the contradictory code in horizon/__init__.py. Should that be 
fixed too?
I mean, if we decide that we do require Dashboard, Panel and PanelGroup, then 
maybe we should remove the try-except and warnings? If we decide that they are 
optional after all, then we should remove the asserts?

Also, why asserts, when using __all__ also makes flake8 shut up and
actually is the idiomatic way of telling Python what those modules
should me exposed.

** Changed in: horizon
   Status: Invalid = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1210253

Title:
  With Havana 2 installed, Launching horizon UI results in the error 
  NameError: name 'Dashboard' is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1210253/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1210253] Re: With Havana 2 installed, Launching horizon UI results in the error NameError: name 'Dashboard' is not defined

2013-11-12 Thread Julie Pichon
@Radomir: Sounds good and a nicer way to do it! Mind filing a new bug to
track it? That pattern is repeated in a few places.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1210253

Title:
  With Havana 2 installed, Launching horizon UI results in the error 
  NameError: name 'Dashboard' is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1210253/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1210253] Re: With Havana 2 installed, Launching horizon UI results in the error NameError: name 'Dashboard' is not defined

2013-11-02 Thread Mark T. Voelker
** Also affects: openstack-cisco
   Importance: Undecided
   Status: New

** Changed in: openstack-cisco
   Importance: Undecided = High

** Changed in: openstack-cisco
   Status: New = In Progress

** Changed in: openstack-cisco
Milestone: None = h.0

** Changed in: openstack-cisco
 Assignee: (unassigned) = Mark T. Voelker (mvoelker)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1210253

Title:
  With Havana 2 installed, Launching horizon UI results in the error 
  NameError: name 'Dashboard' is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1210253/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1210253] Re: With Havana 2 installed, Launching horizon UI results in the error NameError: name 'Dashboard' is not defined

2013-10-11 Thread James Page
All packages now synced to updates pocket; marking Fix Released.

** Changed in: cloud-archive
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1210253

Title:
  With Havana 2 installed, Launching horizon UI results in the error 
  NameError: name 'Dashboard' is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1210253/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1210253] Re: With Havana 2 installed, Launching horizon UI results in the error NameError: name 'Dashboard' is not defined

2013-10-10 Thread Tom Fifield
This bug is still present in the Ubuntu cloud archive.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1210253

Title:
  With Havana 2 installed, Launching horizon UI results in the error 
  NameError: name 'Dashboard' is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1210253/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1210253] Re: With Havana 2 installed, Launching horizon UI results in the error NameError: name 'Dashboard' is not defined

2013-10-10 Thread Adam Gandelman
Just tested with a fresh system and fresh package installation from the
Cloud Archive Havana proposed pocket.  Installed horizon
1:2013.2~rc1-0ubuntu2~cloud0 (havana release candidate) and everything
is working fine.  Steps to do minimal test:

apt-get install openstack-dashboard
edit /etc/openstack-dashboard/local_settings.py, update OPENSTACK_HOST to point 
to your keystone hostname.
restart apache2, surf to http://$host/horizon, login.

Be sure you're using the most recent package version.  Note there are 3
pockets in the Cloud Archive and I suspect you are using the -updates
pocket which, during the dev. cycle, does not get as frequent updates as
the -staging and -proposed pockets.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1210253

Title:
  With Havana 2 installed, Launching horizon UI results in the error 
  NameError: name 'Dashboard' is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1210253/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1210253] Re: With Havana 2 installed, Launching horizon UI results in the error NameError: name 'Dashboard' is not defined

2013-10-02 Thread rick stokkingreef
** Branch linked: lp:~zulcss/horizon/1210253

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1210253

Title:
  With Havana 2 installed, Launching horizon UI results in the error 
  NameError: name 'Dashboard' is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1210253/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1210253] Re: With Havana 2 installed, Launching horizon UI results in the error NameError: name 'Dashboard' is not defined

2013-10-01 Thread Brian Cline
I'm also seeing this behavior. No change when installing from the
current Havana packages in Ubuntu cloud archive under 12.04 (Precise),
but looks like the fix (#12) was only released to saucy.

Any ideas when 1:2013.2~b2-0ubuntu3~cloud0 will hit precise?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1210253

Title:
  With Havana 2 installed, Launching horizon UI results in the error 
  NameError: name 'Dashboard' is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1210253/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1210253] Re: With Havana 2 installed, Launching horizon UI results in the error NameError: name 'Dashboard' is not defined

2013-10-01 Thread Phil Frost
The cloud archive does not yet have the fix. It's not terribly hard to
patch the packages locally, though. Summary:

apt-get install build-essential
apt-get source horizon
apt-get build-dep horizon
cd horizon-*
# apply the changes to debian/rules and debian/changelog at
# 
http://launchpadlibrarian.net/148082203/horizon_1%3A2013.2~b2-0ubuntu2_1%3A2013.2~b2-0ubuntu3.diff.gz
# (although probably you will want a different version number, so
# the next ubuntu cloud archive version superceeds yours)
dpkg-buildpackage -us -uc
cd ..

install the resulting .debs with dpkg -i, or put them in a ppa, or
some other repo, etc.

I've confirmed that these changes fix at least the problem described
here. I'm then having a different problem: when I log in, I get
redirected back to the login page, with no error in the browser or
apache's error.log that I can find. However, that is probably more
likely something I did wrong upgrading from grizzly to havanah, or a
separate issue.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1210253

Title:
  With Havana 2 installed, Launching horizon UI results in the error 
  NameError: name 'Dashboard' is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1210253/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1210253] Re: With Havana 2 installed, Launching horizon UI results in the error NameError: name 'Dashboard' is not defined

2013-10-01 Thread Julie Pichon
@Phil Frost: If you are now using Django 1.5, make sure ALLOWED_HOSTS is
set correctly in your local_settings.py.

https://github.com/openstack/horizon/blob/master/openstack_dashboard/local/local_settings.py.example#L10
https://docs.djangoproject.com/en/1.5/ref/settings/#allowed-hosts

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1210253

Title:
  With Havana 2 installed, Launching horizon UI results in the error 
  NameError: name 'Dashboard' is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1210253/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1210253] Re: With Havana 2 installed, Launching horizon UI results in the error NameError: name 'Dashboard' is not defined

2013-09-26 Thread Pei Pan
I have just found the same problem.
The log is as like:
413 [Thu Sep 26 13:47:55 2013] [error] Warning: Could not import Horizon 
dependencies. This is normal during installation.
414 [Thu Sep 26 13:47:55 2013] [error] [client 192.168.1.228] mod_wsgi 
(pid=11717): Exception occurred processing WSGI script '/usr/share/op
enstack-dashboard/openstack_dashboard/wsgi/django.wsgi'.
415 [Thu Sep 26 13:47:55 2013] [error] [client 192.168.1.228] Traceback (most 
recent call last):
416 [Thu Sep 26 13:47:55 2013] [error] [client 192.168.1.228]   File 
/usr/lib/python2.7/dist-packages/django/core/handlers/wsgi.py, line 236, 
in __call__
417 [Thu Sep 26 13:47:55 2013] [error] [client 192.168.1.228] 
self.load_middleware()
418 [Thu Sep 26 13:47:55 2013] [error] [client 192.168.1.228]   File 
/usr/lib/python2.7/dist-packages/django/core/handlers/base.py, line 45, 
in load_middleware
419 [Thu Sep 26 13:47:55 2013] [error] [client 192.168.1.228] for 
middleware_path in settings.MIDDLEWARE_CLASSES:
420 [Thu Sep 26 13:47:55 2013] [error] [client 192.168.1.228]   File 
/usr/lib/python2.7/dist-packages/django/conf/__init__.py, line 53, in 
__getattr__
421 [Thu Sep 26 13:47:55 2013] [error] [client 192.168.1.228] 
self._setup(name)
422 [Thu Sep 26 13:47:55 2013] [error] [client 192.168.1.228]   File 
/usr/lib/python2.7/dist-packages/django/conf/__init__.py, line 48, in 
_setup
423 [Thu Sep 26 13:47:55 2013] [error] [client 192.168.1.228] self._wrapped 
= Settings(settings_module)
424 [Thu Sep 26 13:47:55 2013] [error] [client 192.168.1.228]   File 
/usr/lib/python2.7/dist-packages/django/conf/__init__.py, line 132, in 
__init__
425 [Thu Sep 26 13:47:55 2013] [error] [client 192.168.1.228] mod = 
importlib.import_module(self.SETTINGS_MODULE)
426 [Thu Sep 26 13:47:55 2013] [error] [client 192.168.1.228]   File 
/usr/lib/python2.7/dist-packages/django/utils/importlib.py, line 35, in 
import_module
427 [Thu Sep 26 13:47:55 2013] [error] [client 192.168.1.228] 
__import__(name)
428 [Thu Sep 26 13:47:55 2013] [error] [client 192.168.1.228]   File 
/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstac
k_dashboard/settings.py, line 182, in module
429 [Thu Sep 26 13:47:55 2013] [error] [client 192.168.1.228] from 
local.local_settings import *
430 [Thu Sep 26 13:47:55 2013] [error] [client 192.168.1.228]   File 
/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstac
k_dashboard/local/local_settings.py, line 91, in module
431 [Thu Sep 26 13:47:55 2013] [error] [client 192.168.1.228] from 
horizon.utils import secret_key
432 [Thu Sep 26 13:47:55 2013] [error] [client 192.168.1.228]   File 
/usr/lib/python2.7/dist-packages/horizon/__init__.py, line 55, in module
433 [Thu Sep 26 13:47:55 2013] [error] [client 192.168.1.228] assert 
Dashboard
434 [Thu Sep 26 13:47:55 2013] [error] [client 192.168.1.228] NameError: name 
'Dashboard' is not defined

I don't know why appear this problem!

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1210253

Title:
  With Havana 2 installed, Launching horizon UI results in the error 
  NameError: name 'Dashboard' is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1210253/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1210253] Re: With Havana 2 installed, Launching horizon UI results in the error NameError: name 'Dashboard' is not defined

2013-09-26 Thread Jules
Same Problem here. How have you fixed this?!?!?!

My log looks like this:
[Thu Sep 26 17:47:41 2013] [error] Warning: Could not import Horizon 
dependencies. This is normal during installation.
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] mod_wsgi (pid=3432): 
Exception occurred processing WSGI script 
'/usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi'.
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] Traceback (most recent 
call last):
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx]   File 
/usr/lib/python2.7/dist-packages/django/core/handlers/wsgi.py, line 219, in 
__call__
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] 
self.load_middleware()
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx]   File 
/usr/lib/python2.7/dist-packages/django/core/handlers/base.py, line 39, in 
load_middleware
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] for 
middleware_path in settings.MIDDLEWARE_CLASSES:
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx]   File 
/usr/lib/python2.7/dist-packages/django/utils/functional.py, line 184, in 
inner
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] self._setup()
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx]   File 
/usr/lib/python2.7/dist-packages/django/conf/__init__.py, line 42, in _setup
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] self._wrapped = 
Settings(settings_module)
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx]   File 
/usr/lib/python2.7/dist-packages/django/conf/__init__.py, line 93, in __init__
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] mod = 
importlib.import_module(self.SETTINGS_MODULE)
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx]   File 
/usr/lib/python2.7/dist-packages/django/utils/importlib.py, line 35, in 
import_module
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] __import__(name)
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx]   File 
/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/settings.py,
 line 182, in module
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] from 
local.local_settings import *
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx]   File 
/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/local/local_settings.py,
 line 91, in module
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] from horizon.utils 
import secret_key
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx]   File 
/usr/lib/python2.7/dist-packages/horizon/__init__.py, line 55, in module
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] assert Dashboard
[Thu Sep 26 17:47:41 2013] [error] [client 77.47.27.xxx] NameError: name 
'Dashboard' is not defined

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1210253

Title:
  With Havana 2 installed, Launching horizon UI results in the error 
  NameError: name 'Dashboard' is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1210253/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1210253] Re: With Havana 2 installed, Launching horizon UI results in the error NameError: name 'Dashboard' is not defined

2013-09-17 Thread Gabriel Hurley
This was not a bug in Horizon trunk.

** Changed in: horizon
   Status: Triaged = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1210253

Title:
  With Havana 2 installed, Launching horizon UI results in the error 
  NameError: name 'Dashboard' is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1210253/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1210253] Re: With Havana 2 installed, Launching horizon UI results in the error NameError: name 'Dashboard' is not defined

2013-08-27 Thread Jules
** Also affects: horizon (Debian)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1210253

Title:
  With Havana 2 installed, Launching horizon UI results in the error 
  NameError: name 'Dashboard' is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1210253/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1210253] Re: With Havana 2 installed, Launching horizon UI results in the error NameError: name 'Dashboard' is not defined

2013-08-21 Thread James Page
** Also affects: horizon (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: horizon (Ubuntu Saucy)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1210253

Title:
  With Havana 2 installed, Launching horizon UI results in the error 
  NameError: name 'Dashboard' is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1210253/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1210253] Re: With Havana 2 installed, Launching horizon UI results in the error NameError: name 'Dashboard' is not defined

2013-08-21 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/horizon

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1210253

Title:
  With Havana 2 installed, Launching horizon UI results in the error 
  NameError: name 'Dashboard' is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1210253/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1210253] Re: With Havana 2 installed, Launching horizon UI results in the error NameError: name 'Dashboard' is not defined

2013-08-21 Thread Launchpad Bug Tracker
This bug was fixed in the package horizon - 1:2013.2~b2-0ubuntu3

---
horizon (1:2013.2~b2-0ubuntu3) saucy; urgency=low

  * debian/rules: Don't remove egg information while cleaning.
(LP: #1210253)
 -- Chuck Short zul...@ubuntu.com   Wed, 21 Aug 2013 10:08:35 -0400

** Changed in: horizon (Ubuntu Saucy)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1210253

Title:
  With Havana 2 installed, Launching horizon UI results in the error 
  NameError: name 'Dashboard' is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1210253/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs