diff --git a/tempest/api/compute/servers/test_device_tagging.py b/tempest/api/compute/servers/test_device_tagging.py index f5c9080baa..d099fcefde 100644 --- a/tempest/api/compute/servers/test_device_tagging.py +++ b/tempest/api/compute/servers/test_device_tagging.py @@ -212,7 +212,7 @@ class TaggedBootDevicesTest(DeviceTaggingBase): server = self.create_test_server( validatable=True, - wait_until='ACTIVE', + wait_until='SSHABLE', validation_resources=validation_resources, config_drive=config_drive_enabled, name=data_utils.rand_name('device-tagging-server'),