Open
Description
Basically the problem is that the opencloud library makes a request with an unsupported query parameter limit
. This is the request that the client makes:
/v1/{tenant_id}/stacks/{stack_name}/{stack_id}/resources?limit=100
With previous OpenStack versions everything worked but it seems that Mitaka doesn't allow extra query parameters.
There is nothing mentioned about the limit query parameter in documentation also:
http://developer.openstack.org/api-ref-orchestration-v1.html