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
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
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-
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
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
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
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:
>
>
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.
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
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
10 matches
Mail list logo