Re: [Openstack] 'QuotaSet' object has no attribute 'gigabytes'

2013-05-08 Thread Daniel Ellison
On May 8, 2013, at 11:59 AM, Daniel Ellison  wrote:
> I have Horizon running quite nicely now except for one error that happens in 
> a couple of places. It seems that whenever I do anything that involves 
> checking a user's quota, such as launching an image or allocating an IP to a 
> project, I get the following error in /var/log/apache2/error.log 
> (paraphrased):

Please ignore: I was running an older version of Horizon than I should have 
been. All fixed now.
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] 'QuotaSet' object has no attribute 'gigabytes'

2013-05-08 Thread Daniel Ellison
Hey all,

I have Horizon running quite nicely now except for one error that happens in a 
couple of places. It seems that whenever I do anything that involves checking a 
user's quota, such as launching an image or allocating an IP to a project, I 
get the following error in /var/log/apache2/error.log (paraphrased):

File "/usr/lib/python2.7/dist-packages/horizon/api/nova.py", line 424, in 
tenant_quota_usages
  usages[usage]['quota'] = getattr(quotas, usage)
AttributeError: 'QuotaSet' object has no attribute 'gigabytes'

I can find no reference to this error anywhere in the tubes. Does anyone know 
what the issue might be? I'm running grizzly on precise.

Thanks,
Daniel
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp