commit | bcb2e9a187cac2f195d1a096a53a0134d7708cde | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Fri Feb 07 22:27:39 2014 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Fri Feb 07 22:27:39 2014 +0000 |
tree | 653cf2be6b65ea1d911b6f4e4564d08d7ed52da2 | |
parent | 168db28ff963cb8f835b8e2c17fc3c53a521b4e1 [diff] | |
parent | 1c47fc97e6ab0809745eaa31c0596ae7cb308621 [diff] |
Merge "Return body output after given status reached"
diff --git a/tempest/services/orchestration/json/orchestration_client.py b/tempest/services/orchestration/json/orchestration_client.py index 0a16b9f..b70b2e8 100644 --- a/tempest/services/orchestration/json/orchestration_client.py +++ b/tempest/services/orchestration/json/orchestration_client.py
@@ -177,7 +177,7 @@ stack_name = body['stack_name'] stack_status = body['stack_status'] if stack_status == status: - return + return body if fail_regexp.search(stack_status): raise exceptions.StackBuildErrorException( stack_identifier=stack_identifier,