<div dir="ltr">in network_topology/views.py:<div><div>    def _quota_exceeded(self, quota):</div><div>        usages = quotas.tenant_quota_usages(self.request)</div><div>        available = usages[quota]['available'] <<<<<<<<<<</div><div>        return available <= 0</div></div><div><br></div><div><div>line 107, in _quota_exceeded#012    available = usages[quota]['available']#012KeyError: 'available'</div></div><div><br></div><div>is being thrown</div><div><br></div><div><div>$ neutron quota-show</div><div>+---------------------+-------+</div><div>| Field               | Value |</div><div>+---------------------+-------+</div><div>| floatingip          | 50    |</div><div>| network             | -1    |</div><div>| port                | -1    |</div><div>| router              | -1    |</div><div>| security_group      | 10    |</div><div>| security_group_rule | 100   |</div><div>| subnet              | -1    |</div><div>+---------------------+-------+</div></div><div><br></div><div>suggests that quota is not broken underneath it, although i'm not sure where 'available' comes from.</div><div><br></div><div>(there are other spots in this & other file which also fail).</div><div><br></div><div>a) is anyone else seeing this?</div><div>b) where does 'available' come from, is there some field in my database that needs to be upgraded?</div></div>