@demobox My opinion is that the extension should be *removed*, but lets get input from @everett-toews and @zack-shoylev before deciding to remove it.
@jasdeep-hundal Oh, thanks, you are right! That wasn't apparent to me based on the API name! >From the latest docs, the following fields appear to have been removed from >the response: `volumes`, `gigabytes`, and `cores`. Several new fields have >been added: `quota_set`, `fixed_ips`, and `injected_file_path_bytes`. The >[Quota](https://github.com/jclouds/jclouds/blob/master/apis/openstack-nova/src/main/java/org/jclouds/openstack/nova/v2_0/domain/Quota.java) > class will need to reflect those changes. Since `securityGroupRules` is optional, we would need to reflect that as `Optional<Integer>` --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/340#issuecomment-40772042
