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

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

2012-03-21 Thread Kevin Jackson
ge.mihaiescu=q9@lists.launchpad.net] *On Behalf > Of *Kevin Jackson > *Sent:* Wednesday, March 21, 2012 7:24 AM > *To:* openstack@lists.launchpad.net > *Subject:* [Openstack] Horizon OpenStack Dashboard RC1 on Ubuntu 12.04 B1 > -can't get it working > > ** ** > > Dea

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

2012-03-21 Thread George Mihaiescu
o: openstack@lists.launchpad.net Subject: [Openstack] Horizon OpenStack Dashboard RC1 on Ubuntu 12.04 B1 -can't get it working 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-

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

2012-03-21 Thread Kevin Jackson
I'd like to see this cache somewhere that's not part of the document root of my webserver - it forces me to one of 4 things 1) pre-create this directory and set appropriate permissions [but nothing has told me to do this] 2) change permissions of my webserver to be non-secure (security risk is min

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 Kevin Jackson
If the code should just ignore the fact it can't create this directory - what is the point of it needing to attempt to create the directory in the first place? What is its purpose if its superfluous? try: os.makedirs(cache_dir, 0755) except OSError as e: # NOTE(kiall): This is typicaly e

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 wrote: > On Wed, 21 Mar 2012 11:24:00 + > Kevin Jackson wrote: > >

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

2012-03-21 Thread Kiall Mac Innes
This sounds a lot like bug #897885 - In fact, the is nearly identical. I'll submit a fix in a few mins.. https://bugs.launchpad.net/nova/+bug/897885 https://review.openstack.org/1952 Thanks, Kiall On Wed, Mar 21, 2012 at 11:24 AM, Kevin Jackson wrote: > Dear all, > I could do with some help.

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 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 > apt-get... nova

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

2012-03-21 Thread Kevin Jackson
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 apt-get... nova, etc. configure keystone etc upload an image all is good at this point I then