Update git submodules

* Update sushy from branch 'master'
  - Merge "Add Task Monitor support for async operations"
  - Add Task Monitor support for async operations
    
    Redfish services that support asynchronous operations implement the
    Task service, Task resource, and Task Monitor. When performing long
    running update operations, the service returns a status of 202
    Accepted. When returning a status code of 202, the response includes
    a Location header containing the URL of the Task Monitor. The response
    may also include the Retry-After header to specify the amount of time
    the client should wait before querying the operation status.
    
    The Task Monitor is an opaque URL that the client can query via a GET
    request. While the async operation is still in progress, the service
    returns a 202 Accepted status. The body of the response may be a Task
    resource or it may be empty.
    
    Once the operation completes, a GET on the Task Monitor will return a
    status that indicates the result of the operation (e.g., 200, 201,
    4XX).
    
    A new TaskMonitor class is added to represent the Task Monitor and
    give the sushy user the ability to monitor the status of an async
    operation.
    
    The Connector class is updated allow an option to make HTTP requests
    blocking. This change utilizes the newly added TaskMonitor.
    
    Change-Id: Ice6700806710f37b590f6b879ec38656326b39c6
    Story: 2003514
    Task: 30719
This commit is contained in:
Zuul 2020-01-27 15:25:50 +00:00 committed by Gerrit Code Review
parent 4dfaaf7470
commit 6393c93578
1 changed files with 1 additions and 1 deletions

2
sushy

@ -1 +1 @@
Subproject commit 9e12fbf109eff84ff31735a690dd010ecc4df24e
Subproject commit 544f000fe68fd214b0db553011c0a0862790a05f