Comment 4 for bug 1746373

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

Reviewed: https://review.openstack.org/540919
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=f3b0cf39750f455f33d2e259690ce9050cd05236
Submitter: Zuul
Branch: master

commit f3b0cf39750f455f33d2e259690ce9050cd05236
Author: Eric Fried <email address hidden>
Date: Mon Feb 5 10:27:24 2018 -0600

    placement doc: Conflict caveat for DELETE APIs

    Since the DELETE /resource_providers/{u}/inventories and .../traits APIs
    don't have a way to accept generation, they're not "threadsafe" in the
    sense of multiple client threads managing traits/inventories for the
    same provider. This change adds a note to the documentation for these
    APIs to this effect, suggesting the use of PUT with empty
    traits/inventories instead.

    Change-Id: Icfd79cc1f5a912131845a22b4fe900147b19f934
    Closes-Bug: #1746373