Skip to content

Heat client fails with 400 Bad request when fetching resource list of a stack #672

Open
@martinsbalodis

Description

@martinsbalodis

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions