[Openstack] upgrade icehouse to juno: horizon network topology view broken

Don Waterloo don.waterloo at gmail.com
Thu Oct 23 18:01:05 UTC 2014


On 21 October 2014 02:54, Don Waterloo <don.waterloo at gmail.com> wrote:
> in network_topology/views.py:
>     def _quota_exceeded(self, quota):
>         usages = quotas.tenant_quota_usages(self.request)
>         available = usages[quota]['available'] <<<<<<<<<<
>         return available <= 0
>
> line 107, in _quota_exceeded#012    available =
> usages[quota]['available']#012KeyError: 'available'
>
> is being thrown
>

To follow up on this in case someone else hits it.
The problem is resolved with https://review.openstack.org/#/c/110574/ patch.
By using ssl, neutron connections were not universally working due to
a problem in glanceclient.




More information about the Openstack mailing list