Update git submodules

* Update cyborg from branch 'master'
  - Refactor v2 arq api
    
    Users can make GET /v2/accelerator_requests request with parameters
    instance_uuid and bind_state to arq.get_all API to retrieve specific arqs.
    There are six possible request cases:
    
    1.instance is not none,bind_state is none
    /v2/accelerator_requests?instance={instance_uuid}
    2.instance is not none, bind_state=resolved
    /v2/accelerator_requests?instance={instance_uuid}&bind_state=resolved
    3.instance is not none, bind_state=started (raise error:ARQInvalidState)
    /v2/accelerator_requests?instance={instance_uuid}&bind_state=started
    *Note:bind_state=started here is just an example,it can be any InvalidState
    4.instance is none,bind_state is none
    /v2/accelerator_requests
    5.instance is none, bind_state=resolved
    /v2/accelerator_requests?bind_state=resolved
    6.instance is none, bind_state=started (raise error:ARQInvalidState)
    /v2/accelerator_requests?bind_state=started
    *Note:bind_state=started here is just an example,it can be any InvalidState
    
    But case 5 is missing, this patch fixed this, added the missing case 5
    and added unit test.
    
    Change-Id: I783c3d0d257c16bf6c92c118f7b16f7f180f7026
This commit is contained in:
Yumeng Bao 2019-11-26 05:57:22 -08:00 committed by Gerrit Code Review
parent a13cbe66c3
commit 6e596cba96
1 changed files with 1 additions and 1 deletions

2
cyborg

@ -1 +1 @@
Subproject commit ba5742a758313aa7cf7dedac803c3fee875feb5f
Subproject commit ef0b2199c14c86af87a5c72e8fd022f075e4f486