Merge "Remove confusing comment in common/compute.py"

This commit is contained in:
Zuul 2017-12-18 12:34:40 +00:00 committed by Gerrit Code Review
commit 74737b777f

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