Skip to content

Commit

Permalink
Update mandatory-iaas-services.py
Browse files Browse the repository at this point in the history
Signed-off-by: josephineSei <[email protected]>
  • Loading branch information
josephineSei authored Sep 24, 2024
1 parent 78d6852 commit 673f0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/iaas/mandatory-services/mandatory-iaas-services.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def check_for_s3_and_swift(cloud_name: str):
except Exception as e:
logger.error(
f"FAIL: No object store endpoint found. No testing for "
f"the s3 service possible. Details: %s", e
f"the s3 service possible in '{cloud_name}'. Details: %s", e
)
return 1
# Get S3 endpoint (swift) and ec2 creds from OpenStack (keystone)
Expand Down

0 comments on commit 673f0e5

Please sign in to comment.