Comment 2 for bug 1398875

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

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

commit 6ac5054ceb398b55a03d311ff868e5c93a65dcbb
Author: Zhiteng Huang <email address hidden>
Date: Fri Dec 5 18:01:53 2014 +0800

    Allow HostState to handle empty capabilities

    In some cases, where the capabilities reported from driver is
    emtpy, scheduler would raise exception thus unable to correctly
    handle scheduling request even when other backend candidates are
    able to fulfill the request. This change does some modifications
    to HostState so that it is able to handle empty capabilities.

    Change-Id: Icb6522852d427dea3fbd1ec4b4cc94a184d3669d
    Fixes-bug: #1398875