compute: Fix a typo within the v2_71 servers response schema

Change-Id: Id958bc8593e6c1b0010b303f04364fcfdbcb3d56
This commit is contained in:
Lee Yarwood 2020-01-07 17:08:55 +00:00
parent 97052fae12
commit 43e380c6c1
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)