Re: [Openstack] Horizon - OfflineGenerationError

2013-01-29 Thread JuanFra Rodriguez Cardoso
Hi all: After multiple attempts, thanks to Matthias Runge's suggestions, I got Horizon works fine. It needs nova-* services like nova-volume are running. I chose to not use volume service, so that I had to create a virtual vg 'nova-volumes' to get Horizon works. Here I attach code for creation

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-18 Thread JuanFra Rodriguez Cardoso
Hi guys! I'm not migrating from Essex to Folsom. I've just done a clear installation of Folsom 2012.2 from EPEL 6.7. Then, it could be a problem related to migration. I requested catalog from keystone-cli and it worked. Hence, exception seems to be around this extraction: File

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-18 Thread Matthias Runge
On 12/18/2012 09:35 AM, JuanFra Rodriguez Cardoso wrote: Hi guys! I'm not migrating from Essex to Folsom. I've just done a clear installation of Folsom 2012.2 from EPEL 6.7. Then, it could be a problem related to migration. I requested catalog from keystone-cli and it worked. Hence, exception

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-18 Thread JuanFra Rodriguez Cardoso
Ok, Matthias. Sorry for confusion, I decided to re-install Folsom 2012.2 in a parallel testbed. In this way, I avoided any incompatibility with migration from Essex. I continue researching and I will report us, ok? Thanks! ;) 2012/12/18 Matthias Runge mru...@redhat.com On 12/18/2012 09:35 AM,

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-17 Thread Andrew Holway
Hi, I got this error too but I cannot remember what did it. Do you get this when you try and use the web interface? Thanks, Andrew On Dec 17, 2012, at 6:05 PM, JuanFra Rodriguez Cardoso wrote: Hi guys: I've re-installed and re-configured again my deployment according to suggested

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-17 Thread JuanFra Rodriguez Cardoso
Hi Andrew: I got this error by accessing web dashboard, i.e. I introduce correctly user/password and then I get a Internal error server in my screen (related to traceback from my previous post). I'm planning to use another previous version (2012.2 or 2012.1.3). Now, I'm using 2012.2.1. I guess

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-17 Thread Matthias Runge
On 12/18/2012 01:32 AM, andi abes wrote: I've hit a similar issue when I updated from essex to folsom. That advice to check the migration guide is wise ;). Specifically for me, the local_settings.py file in folsom is considerably different that it was in Essex. I'm not sure how rpm behaves

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-14 Thread Matthias Runge
@lists.launchpad.net *Subject:* Re: [Openstack] Horizon - OfflineGenerationError Hi Matthias: Thanks for replying. Rest of openstack services are working ok. Theses are versions installed of Horizon and Django (from EPEL 6.7) - openstack-dashboard-2012.2-4.el6.noarch. - Django14-1.4.2-2

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-14 Thread Andrew Holway
Hi, This worked perfectly on Centos 6.3. github.com/beloglazov/openstack-centos-kvm-glusterfs/ The hostname stuff can trip you up however. Watch out for the scripts creating user@controller users in the database for keystone, nova, glance et al. It seems user@localhost would be more

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-14 Thread JuanFra Rodriguez Cardoso
@Matthias: This is the current error traceback (after your suggestions) [Fri Dec 14 12:34:49 2012] [error] Exception KeyError: KeyError(140230402213856,) in module 'threading' from '/usr/lib64/python2.6/threading.pyc' ignored [Fri Dec 14 12:34:49 2012] [error] Exception KeyError:

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-14 Thread JuanFra Rodriguez Cardoso
@Andrew: Yes, I knew theses great guides. I had Essex 2012.1.3 (EPEL 6.7) working ok on Centos 6.3, but with 2012.2 (EPEL 6.7) I'm getting errors with Django/Horizon. What release are your running? Essex or Folsom? Do you know if it's possible to install previous Openstack RPM packages from EPL

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-14 Thread Matthias Runge
On 12/14/2012 12:40 PM, JuanFra Rodriguez Cardoso wrote: @Matthias: This is the current error traceback (after your suggestions) [Fri Dec 14 12:35:15 2012] [error] raise exceptions.from_response(resp, body) [Fri Dec 14 12:35:15 2012] [error] BadRequest: Unable to communicate with

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-14 Thread Matthias Runge
On 12/14/2012 12:45 PM, JuanFra Rodriguez Cardoso wrote: @Andrew: Yes, I knew theses great guides. I had Essex 2012.1.3 (EPEL 6.7) working ok on Centos 6.3, but with 2012.2 (EPEL 6.7) I'm getting errors with Django/Horizon. What release are your running? Essex or Folsom? Do you know if it's

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-14 Thread Andrew Holway
On Dec 14, 2012, at 12:45 PM, JuanFra Rodriguez Cardoso wrote: @Andrew: Yes, I knew theses great guides. I had Essex 2012.1.3 (EPEL 6.7) working ok on Centos 6.3, but with 2012.2 (EPEL 6.7) I'm getting errors with Django/Horizon. Mine is working alright. I expect you have some silly

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-14 Thread JuanFra Rodriguez Cardoso
Ok. I will continue trying to solve these errors with your suggestions. I'll tell you any result. Thanks @Matthias @Andres for you support. Regards! JuanFra 2012/12/14 Andrew Holway a.hol...@syseleven.de On Dec 14, 2012, at 12:45 PM, JuanFra Rodriguez Cardoso wrote: @Andrew: Yes, I knew

[Openstack] Horizon - OfflineGenerationError

2012-12-13 Thread JuanFra Rodriguez Cardoso
Hi all: I'm installing OpenStack Dashboard 2012.2 on CentOS 6.3 and I got next error related to css/js compression: File /usr/lib/python2.6/site-packages/django/template/base.py, line 837, in render_node [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] return node.render(context) [Thu

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-13 Thread Matthias Runge
On 12/13/2012 12:24 PM, JuanFra Rodriguez Cardoso wrote: Hi all: I'm installing OpenStack Dashboard 2012.2 on CentOS 6.3 and I got next error related to css/js compression: Yes, I bet, it's not related with Dashboard, although the error message tells you so. Which version are you

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-13 Thread JuanFra Rodriguez Cardoso
Hi Matthias: Thanks for replying. Rest of openstack services are working ok. Theses are versions installed of Horizon and Django (from EPEL 6.7) - openstack-dashboard-2012.2-4.el6.noarch. - Django14-1.4.2-2.el6.noarch Do you recommend I install Horizon from github repository? Thanks!

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-13 Thread Gabriel Hurley
@lists.launchpad.net [mailto:openstack-bounces+gabriel.hurley=nebula@lists.launchpad.net] On Behalf Of JuanFra Rodriguez Cardoso Sent: Thursday, December 13, 2012 4:37 AM To: Matthias Runge Cc: openstack@lists.launchpad.net Subject: Re: [Openstack] Horizon - OfflineGenerationError Hi Matthias: Thanks