Update git submodules

* Update python-ironicclient from branch 'master'
  - Do not try to use /v1/v1 when endpoint_override is used
    
    In one of the places where endpoint_override is used we did not strip
    the /v1 suffix, resulting in doube /v1/v1 sometimes.
    
    This patch also corrects the way we strip this suffix (str.rstrip accepts
    a set of symbols, not a substring; use regex instead).
    
    It remains unclear why the breakage passed the gate initially. I assume
    it was not on the active code path until some Nova change.
    
    Story: #2005723
    Task: #31051
    Change-Id: I3b25f4fb170aa93159ffa8074dc74fa6f50671b7
This commit is contained in:
Dmitry Tantsur 2019-05-16 16:52:36 +02:00 committed by Gerrit Code Review
parent 2ac6beaef4
commit e189109813
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 5e8680c11e7c1fac53c354ff94411da578e58f4f
Subproject commit 4565af8ccd8aaa35868fae6ae31216c3e57014f3