Update git submodules

* Update ironic from branch 'master'
  - Merge "Convert root controller to plain controller"
  - Convert root controller to plain controller
    
    The RestController._route method[1] contains a lot of logic which
    exists to support implementing CRUD APIs, none of which is required to
    server / and /v1.
    
    This change converts the RestController based root controller with a
    simple object based controller. This results in a shorter code path
    for every API request.
    
    The path / is handled by the index method, with the *args length check
    returning a 404 to be consistent with the previous behaviour of
    returning a 404 for a request like //v1
    
    The _route method is replaced with a _lookup[2] method to handle paths
    which are missing the v1 prefix (and to curate the trailing slash from
    the path, which was been done by the RestController).
    
    [1] https://github.com/pecan/pecan/blob/master/pecan/rest.py#L103
    
    Change-Id: Ia962f9bf53af12fb308e3d66eff114b302638714
    Story: 1651346
    Task: 10551
This commit is contained in:
Zuul 2020-07-31 09:41:56 +00:00 committed by Gerrit Code Review
parent 9ee1301a11
commit 7a50fb60b5
1 changed files with 1 additions and 1 deletions

2
ironic

@ -1 +1 @@
Subproject commit 5176f98efd03e8bdbf671aabca32c5419e531c84
Subproject commit 2f02358dec6c45f36f748e24ac6270e341c83f0e