Comment 5 for bug 1183654

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

Reviewed: https://review.openstack.org/36411
Committed: http://github.com/openstack/nova/commit/e331287cdd1300878bfb9bbb3630889370e5fa72
Submitter: Jenkins
Branch: master

commit e331287cdd1300878bfb9bbb3630889370e5fa72
Author: Gary Kotton <email address hidden>
Date: Tue Jul 9 23:55:32 2013 -0700

    Use RetrievePropertiesEx instead of RetrieveProperties

    Fixes bug 1183654

    The fix also adds a configuration variable enabling the user to
    configure the maximum amount of objects that can be retrieved by
    the aforementioned function.

    When using RetrievePropertiesEx the server may allocate resources
    in case additional calls are made. These are addressed by reading the
    extra resources using ContinueRetrievePropertiesEx (if necessary)
    or CancelRetrievePropertiesEx (when the necessary result has been found).

    DocImpact

    Change-Id: I894d9698461b0ce22b01211fd196f6c32899a8fd