Update git submodules

* Update glance from branch 'master'
  - Fix DeprecationWarnings for RequestContext.tenant/user usage
    
    RequestContext.tenant and user fields are deprecated in favor
    of project_id and user_id respectively.
    
    This change modifies the glance.context.RequestContext constructor
    to transition usage of tenant/user to project_id/user_id until
    all tests are moved over to the new attributes. Runtime usage of
    the old fiels is updated.
    
    To prevent new code from using the deprecated fields, a warnings
    filter is added which will make tests fail if they hit code using
    the old fields.
    
    Co-Authored-By: Abhishek Kekane <akekane@redhat.com>
    Change-Id: I351380840308a24769ece93abc6d1a9a6d6aa06f
This commit is contained in:
Matt Riedemann 2019-02-06 10:30:47 +00:00 committed by Gerrit Code Review
parent 0720db07b5
commit bd7245a041
1 changed files with 1 additions and 1 deletions

2
glance

@ -1 +1 @@
Subproject commit 1d3f9ed234eb3b2c9e9e796818fb122372ec72fb
Subproject commit 88a8ad78232cb53fbb2553247b62fedb8cf4dada