You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This leads to the following exception: [org.openstack4j.connectors.httpclient.HttpResponseImpl] ERROR: Root name 'quotas' does not match expected ('quota') for type [simple type, class org.openstack4j.openstack.networking.domain.NeutronNetQuota] at [Source: org.apache.http.conn.EofSensorInputStream@c0b41d6; line: 1, column: 2]
The text was updated successfully, but these errors were encountered:
ivokotev
pushed a commit
to ivokotev/openstack4j
that referenced
this issue
Mar 10, 2016
Current implementation of class NeutronNetQuota maps at JsonRootName("quota"). However current Network Extension API returns array of "quotas" - http://developer.openstack.org/api-ref-networking-v2-ext.html#listQuotas
This leads to the following exception:
[org.openstack4j.connectors.httpclient.HttpResponseImpl] ERROR: Root name 'quotas' does not match expected ('quota') for type [simple type, class org.openstack4j.openstack.networking.domain.NeutronNetQuota] at [Source: org.apache.http.conn.EofSensorInputStream@c0b41d6; line: 1, column: 2]
The text was updated successfully, but these errors were encountered: