Comment 3 for bug 1523477

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-web (master)

Reviewed: https://review.openstack.org/254682
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=fe79f827f35ae39c97f0a06ef16d45dc51b7773a
Submitter: Jenkins
Branch: master

commit fe79f827f35ae39c97f0a06ef16d45dc51b7773a
Author: Alexander Saprykin <email address hidden>
Date: Tue Dec 8 11:50:19 2015 +0100

    Update OpenstackConfig.find_configs to return query object

    OpenstackConfig.find_configs should return query, not list
    since NalgunCollection.to_json expects iterable object and
    has incorrect behaviour when trying to pass empty list
    as an iterable parameter.

    Closes-Bug: #1523477
    Change-Id: I50aaaa9a20dbf55d83a418189f808cd3829a8002