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:
Masayuki Igawa 2017-12-08 15:39:36 +09:00
parent 6dd6fc66d8
commit 544b3c85c1
No known key found for this signature in database
GPG Key ID: 290F53EDC899BF89
1 changed files with 1 additions and 1 deletions

View File

@ -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()