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 possible to install previous Openstack RPM packages > from EPL 6.7 (i.e. openstack-nova-2012.1.3-...) > > Thanks for your support! > JuanFa
Ah, did you follow the migration guides? There is a migration required between Essex and Folsom. There is a preliminary guide: https://fedoraproject.org/wiki/Talk:Getting_started_with_OpenStack_EPEL Matthias > > 2012/12/14 Andrew Holway <[email protected] > <mailto:[email protected]>> > > Hi, > > This worked perfectly on Centos 6.3. > > github.com/beloglazov/openstack-centos-kvm-glusterfs/ > <http://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 sensible. > > Take care, > > Andrew > > > > On Dec 13, 2012, at 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: > > > > 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 Dec 13 11:58:37 2012] [error] [client 192.10.1.36] File > "/usr/lib/python2.6/site-packages/compressor/templatetags/compress.py", > line 147, in render > > [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] return > self.render_compressed(context, self.kind, self.mode, forced=forced) > > [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] File > "/usr/lib/python2.6/site-packages/compressor/templatetags/compress.py", > line 88, in render_compressed > > [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] > cached_offline = self.render_offline(context, forced=forced) > > [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] File > "/usr/lib/python2.6/site-packages/compressor/templatetags/compress.py", > line 72, in render_offline > > [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] 'You > may need to run "python manage.py compress".' % key) > > [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] > OfflineGenerationError: You have offline compression enabled but key > "1056718f92f8d4204721bac759b3871a" is missing from offline manifest. > You may need to run "python manage.py compress". > > [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] File does > not exist: /var/www/html/favicon.ico > > > > any idea for solving it? > > > > Thanks, > > JuanFra. > > _______________________________________________ > > Mailing list: https://launchpad.net/~openstack > > Post to : [email protected] > <mailto:[email protected]> > > Unsubscribe : https://launchpad.net/~openstack > > More help : https://help.launchpad.net/ListHelp > > > _______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

