Update git submodules

* Update python-openstackclient from branch 'master'
  to ed87f7949ef1ef580ed71b9820e16823c0466472
  - Correct REST API response fields for /os-migrations API
    
    The compute APIs are unfortunately inconsistent with regard to the
    response parameters for migrations.
    
    * GET /servers/{server_id}/migrations returns server_uuid
    * GET /os-migrations returns instance_uuid
    
    Because the 'Server UUID' column is being specified for parsing the
    response from GET /os-migrations, it is always showing as an empty
    string to users.
    
    There are a few other mismatches between the column names and the REST
    API response fields [1]:
    
    * 'Old Flavor' vs 'old_instance_type_id'
    * 'New Flavor' vs 'new_instance_type_id'
    * 'Type' vs 'migration_type'
    
    This adds a new list containing the REST API response field names to
    pass to utils.get_item_properties so that the responses are correctly
    parsed and the client output contains the response data instead of
    empty strings.
    
    Story: 2009078
    Task: 42890
    
    [1] https://docs.openstack.org/api-ref/compute/?expanded=list-migrations-detail#list-migrations
    
    Change-Id: I8aab60619e0225047f6a1c31e44917ca8fcc799e
This commit is contained in:
melanie witt 2021-07-28 18:10:42 +00:00 committed by Gerrit Code Review
parent 34a2e5f774
commit fb5d4c24ae
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 59256becc93d7953f983e0fbbdef098fefba73ff
Subproject commit ed87f7949ef1ef580ed71b9820e16823c0466472