Update git submodules

* Update sushy from branch 'master'
  to 1101ac55aff333f856c898d34c9999379a0e71d5
  - Merge "Raise an AccessError with SessionService init"
  - Raise an AccessError with SessionService init
    
    SessionService init previously had a check where it looked
    for an AccessError exception, but actually did nothing besides
    log the incident as a result.
    
    Post-intiailization of a client, this can occur as attempts to
    re-authenticate *also* force new sessions service data to be
    collected and depending on session service behavior, the path
    of the session session service may not be able to be retrieved,
    as an access error would be raised as the refresh would include
    expired session information.
    
    Previously, there was no way to know this was happening short of an
    error such as AttributError from surfacing, as this case could result
    in the code short circuiting, or just ultimately the service would
    log an error an the universe would attempt to move on, without any
    understanding that an AccessError is occuring.
    
    Now the AccessError is raised to the caller.
    
    Story: 2009719
    Task: 44106
    Change-Id: If06fc6a52ce92753b50280a859d799f70e5799dc
This commit is contained in:
Zuul 2021-12-02 15:51:16 +00:00 committed by Gerrit Code Review
parent 324cb5ed1b
commit 980d9c0a1c
1 changed files with 1 additions and 1 deletions

2
sushy

@ -1 +1 @@
Subproject commit 4d8a5e3dad8df27ab910e40b48cb18df09912fd0
Subproject commit 1101ac55aff333f856c898d34c9999379a0e71d5