Re: [Openstack] Horizon OpenStack Dashboard RC1 on Ubuntu 12.04 B1 - can't get it working

2012-03-21 Thread Chuck Short
On Wed, 21 Mar 2012 11:24:00 + Kevin Jackson ke...@linuxservices.co.uk wrote: Dear all, I could do with some help. I raised the following bugs in Horizon, specifically to do with Ubuntu. On a fresh install of Precise I do the following: apt-get update apt-get dist-upgrade reboot

Re: [Openstack] Horizon OpenStack Dashboard RC1 on Ubuntu 12.04 B1 - can't get it working

2012-03-21 Thread Kiall Mac Innes
This should fix the issue - https://review.openstack.org/5608 It duplicates the fix from 5-10 lines below now that the dot files have been moved into a directory. Thanks, Kiall On Wed, Mar 21, 2012 at 12:05 PM, Chuck Short chuck.sh...@canonical.comwrote: On Wed, 21 Mar 2012 11:24:00 +

Re: [Openstack] Horizon OpenStack Dashboard RC1 on Ubuntu 12.04 B1 - can't get it working

2012-03-21 Thread Kiall Mac Innes
It needs to create the directory in the first place to enable caching.. But - If for whatever reason caching fails that should be no reason to blow up and present an error. Its probably worth highlighting this code is in python-novaclient, not horizon. The vast majority of uses cases will be able

Re: [Openstack] Horizon OpenStack Dashboard RC1 on Ubuntu 12.04 B1 -can't get it working

2012-03-21 Thread George Mihaiescu
Hi Kevin, Change these lines in /etc/openstack-dashboard/local_settings.py and it should fix the issue of being kicked off from Dashboard after logging in: #CACHE_BACKEND = 'locmem://' CACHE_BACKEND = 'dummy://' SESSION_ENGINE = 'django.contrib.sessions.backends.cached_db' George

Re: [Openstack] Horizon OpenStack Dashboard RC1 on Ubuntu 12.04 B1 -can't get it working

2012-03-21 Thread Kevin Jackson
Ah, George - thanks! I'll erm.. invalidate that bug I raised too on that and put it down to not reading the # comment regarding this issue in that file (I'm starting to suck at this ;-)) Kev On 21 March 2012 14:08, George Mihaiescu george.mihaie...@q9.com wrote: Hi Kevin, ** ** Change

Re: [Openstack] Horizon OpenStack Dashboard RC1 on Ubuntu 12.04 B1 -can't get it working

2012-03-21 Thread Kevin Jackson
I've actually not invalidated https://bugs.launchpad.net/ubuntu/+source/openstack-dashboard/+bug/960070as I originally and intentionally raised this in the ubuntu package. This still makes me think its still a bug with the package as provided by Ubuntu. 1) either install memcached as a dependency