Re: [Openstack] [cinder] Sonething went wrong

2014-09-22 Thread Remo Mattei
Iptables? Inviato da iPhone () > Il giorno 22/set/2014, alle ore 16:57, Julie Pichon ha > scritto: > > On 19/09/14 20:51, Stephane EVEILLARD wrote:> in > /var/log/httpd/error_log I ve got >> >> [Fri Sep 19 11:42:02 2014] [error] >> self.limits.update(api.cinder.tenant_absolute_limits(self.re

Re: [Openstack] [cinder] Sonething went wrong

2014-09-22 Thread Julie Pichon
On 19/09/14 20:51, Stephane EVEILLARD wrote:> in /var/log/httpd/error_log I ve got > > [Fri Sep 19 11:42:02 2014] [error] > self.limits.update(api.cinder.tenant_absolute_limits(self.request)) > [Fri Sep 19 11:42:02 2014] [error] File > "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../.

Re: [Openstack] [cinder] Sonething went wrong

2014-09-19 Thread nithish B
Hi, Looking at the log, it seems like the auth key for cinder does not exist. >From the python docs, exception KeyError is raised when a mapping (dictionary) key is not found in the set of existing keys. So, please check the cinder installation and setup. Also, cinder logs might give you a bet