Comment 4 for bug 1549563

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

Reviewed: https://review.openstack.org/284500
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=bd1f6c91250148451aff6660211cf0296b91f5de
Submitter: Jenkins
Branch: master

commit bd1f6c91250148451aff6660211cf0296b91f5de
Author: lisali <email address hidden>
Date: Thu Feb 25 02:19:13 2016 +0000

    Fix NoneType error in service_get_all

    When calling service_get_all without filters,
    it raises NoneType error which is imported by
    this patch I21775106693176ca128dbfd9db0d43cfc58de00a.

    Change-Id: I473a9bbd2caea21c6fcd82b483bece1337ab6535
    Closes-Bug: 1549563