Trivial: Delete a definition that is not needed.

servers = [] is redundant, delete it for the code clean.

Change-Id: Id3b0bfd7af4e6aa8612860b347c388784d7dd8fc
This commit is contained in:
guo yunxian 2016-09-30 12:37:54 +08:00
parent 2cb91540d4
commit 9af84f3f64
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ def create_test_server(clients, validatable=False, validation_resources=None,
**kwargs)
# handle the case of multiple servers
servers = []
if multiple_create_request:
# Get servers created which name match with name param.
body_servers = clients.servers_client.list_servers()