Update git submodules

* Update manila from branch 'master'
  - Merge "Enforce policy checks getting share-type by name"
  - Enforce policy checks getting share-type by name
    
    Policy checks are skipped when looking up a share-type
    by name.  This causes share creation attempts that specify
    a valid share-type to pass the early API check on share type
    even if the share type named is private and not shared with
    the user's project.  The share creation fails later, but after
    the database record for the share is created.  Although the
    operation fails with an ERROR, the share is stuck in CREATING
    state.
    
    Fix this issue by checking the user's project in the database
    API just as we do for share type lookups by uuid.
    
    Closes-bug: #1885956
    Change-Id: If5fe32c155fe0861b3ed86b862335e062796056b
This commit is contained in:
Zuul 2020-07-15 00:19:01 +00:00 committed by Gerrit Code Review
parent 9c4d39c2ab
commit 0bd46afba8
1 changed files with 1 additions and 1 deletions

2
manila

@ -1 +1 @@
Subproject commit b2d76bfaf1a2a672be1be1ba3f78263eb65bd78b
Subproject commit ca53bfa53035f006d93a8d24243ad3f440152c76