File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Tests/iaas/scs_0123_mandatory_services Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ def compute_scs_0123_swift_s3(conn: openstack.connection.Connection):
120120 It will abort with an exception if no service of type object-storage is present. As of now, we deem
121121 this behavior adequate.
122122 """
123- # we assume s3 is accessable via the service catalog, and Swift might exist too
123+ # we assume s3 is accessible via the service catalog, and Swift might exist too
124124 usable_credentials = []
125125 s3_buckets = []
126126 # Get S3 endpoint (swift) and ec2 creds from OpenStack (keystone)
@@ -145,7 +145,7 @@ def compute_scs_0123_swift_s3(conn: openstack.connection.Connection):
145145 if s3_buckets == sw_containers :
146146 return True
147147 logger .error (
148- "S3 buckets and Swift cntainers differ:\n "
148+ "S3 buckets and Swift containers differ:\n "
149149 f"S3: { s3_buckets } \n "
150150 f"SW: { sw_containers } "
151151 )
You can’t perform that action at this time.
0 commit comments