Remove confusing comment in common/compute.py
This commit removes a confusing comment. This "l.58" indicated that around line 126 - `if multiple_create_request:` condition, originally. (The condition has been modified from the original one, though.) And, we shouldn't fix it to 'l.126' because it isn't stable. Change-Id: Iad059ce8a97da544948e5383461a4cc480067992
This commit is contained in:
parent
6dd6fc66d8
commit
544b3c85c1
@ -229,7 +229,7 @@ def create_test_server(clients, validatable=False, validation_resources=None,
|
||||
clients.servers_client, server['id'], wait_until)
|
||||
|
||||
# Multiple validatable servers are not supported for now. Their
|
||||
# creation will fail with the condition above (l.58).
|
||||
# creation will fail with the condition above.
|
||||
if CONF.validation.run_validation and validatable:
|
||||
if CONF.validation.connect_method == 'floating':
|
||||
_setup_validation_fip()
|
||||
|
Loading…
x
Reference in New Issue
Block a user