Comment 3 for bug 1815532

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

Reviewed: https://review.openstack.org/637318
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=52db0754fe29df2d56ec642cdab75f11b21e85c0
Submitter: Zuul
Branch: master

commit 52db0754fe29df2d56ec642cdab75f11b21e85c0
Author: Goutham Pacha Ravi <email address hidden>
Date: Fri Feb 15 14:14:15 2019 -0800

    Return request-id to APIs that don't respond with a body

    Request-IDs help track actions initiated via the API.
    With this patch, we can supply the request ID in the
    following APIs:
    - POST {resource}/action APIs for actions such as
      'reset-state', 'force-delete', 'shrink',
      'extend', 'manage', 'deny_access', 'addProjectAccess',
      'removeProjectAccess', 'promote', 'resync', 'unmanage',
      'revert', 'migration_start', 'migration_complete',
      'migration_cancel'
    - POST /share_unmanage/{id}
    - DELETE /{resource}/{id} APIs for
      shares, share networks, share groups, share replicas,
      security services, share servers, share snapshots,
      extra specs, messages, quota sets, share-group-snapshots,
      group specs, share-group-types, share types

    Change-Id: I64ed14b5a44d6e1b37cfc9321b25bdf4e0aabea5
    Closes-Bug: #1815532