Update git submodules

* Update manila from branch 'master'
  - Merge "Separate APIs for share & replica export locations"
  - Separate APIs for share & replica export locations
    
    Users of replicated shares expect to see primary
    export locations when viewing information regarding
    the share. Because we collate exports of all replicas
    within the export locations APIs, it becomes hard for
    users to discern which exports belong to the primary
    share. For secondary replicas, users would also need
    additional information (availability zone, state of the
    replication) to work with.
    
    Introduce micro-version 2.47 from which the export locations
    API (GET /v2/{tenant_id}/shares/{share_id}/export_locations)
    no longer provides export locations of non-active share
    replicas. A new API has been introduced to provide export
    location details for share replicas, both active and non-active.
    (GET /v2/{tenant_id}/share-replicas/{share_replica_id}/export-locations)
    
    The new API provides the replica's state and availability zone
    in addition to the export location information.
    
    APIImpact
    Implements: bp export-locations-az
    Change-Id: I0a1d9dd00b4c13ac01988e30ca2b7d7ce4a747d1
This commit is contained in:
Zuul 2019-01-29 11:15:31 +00:00 committed by Gerrit Code Review
parent 79bbacd004
commit 2af2c927d8
1 changed files with 1 additions and 1 deletions

2
manila

@ -1 +1 @@
Subproject commit 479f5f1938bd212982cd4a2d25464b757ca12e2b
Subproject commit c88c2fd02f266212bf77a399b134c7bba488d525