Merge "compute: Fix a typo within the v2_71 servers response schema"

This commit is contained in:
Zuul 2020-01-14 01:50:33 +00:00 committed by Gerrit Code Review
commit 088d4c033e
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ get_server['response_body']['properties']['server'][
# need to keep this schema in this file to have the generic way to select the
# right schema based on self.schema_versions_info mapping in service client.
# ****** Schemas unchanged since microversion 2.70 ***
list_servers_details = copy.deepcopy(servers270.list_servers_detail)
list_servers_detail = copy.deepcopy(servers270.list_servers_detail)
list_servers = copy.deepcopy(servers270.list_servers)
show_server_diagnostics = copy.deepcopy(servers270.show_server_diagnostics)
get_remote_consoles = copy.deepcopy(servers270.get_remote_consoles)