Update git submodules

* Update cyborg from branch 'master'
  - Merge "fix api context load failure for cyborg-api runs by uwsgi"
  - fix api context load failure for cyborg-api runs by uwsgi
    
    when deployable POST request[0] is made with admin user, it always returns
    a 403 forbidden code. This patch fixes the bug.
    The root cause is that "return app.app_factory(CONF)" in init_application()
    will only load app:api_v1(see in [1]) and miss others filters:authtoken etc.
    
    [0]: curl -g -i -X POST http://192.168.23.76/accelerator/v1/deployables
    [1]: /etc/cyborg/api-paste.ini
    
    Change-Id: I1498705271fe6de6fc42db9b73221d9794c36b2b
This commit is contained in:
Zuul 2019-04-02 09:13:07 +00:00 committed by Gerrit Code Review
parent 1939aa49b6
commit 010a4977ca
1 changed files with 1 additions and 1 deletions

2
cyborg

@ -1 +1 @@
Subproject commit b330e1b547cf38e24a0f3f4cb3dbf08d07a052fa
Subproject commit 72f24adde2ad480d2db28388f04cc53ba9ea9885