From e11c58ef892084f3dd1b08e0d0bfd97668705988 Mon Sep 17 00:00:00 2001
From: Tim Burke <tim.burke@gmail.com>
Date: Fri, 22 Nov 2019 17:38:54 +0000
Subject: [PATCH] Turn off dns_compliant_bucket_names for ceph tests

We get a handful more passing tests that way, following their move to boto3.

Change-Id: I73e9c38bde00a7117cec97e98f013e86350aa5be
---
 doc/s3api/conf/ceph-known-failures-tempauth.yaml | 5 -----
 doc/saio/swift/proxy-server.conf                 | 1 -
 2 files changed, 6 deletions(-)

diff --git a/doc/s3api/conf/ceph-known-failures-tempauth.yaml b/doc/s3api/conf/ceph-known-failures-tempauth.yaml
index 833630f8de..0d9b833acb 100644
--- a/doc/s3api/conf/ceph-known-failures-tempauth.yaml
+++ b/doc/s3api/conf/ceph-known-failures-tempauth.yaml
@@ -75,11 +75,6 @@ ceph_s3:
   s3tests_boto3.functional.test_s3.test_bucket_create_naming_bad_long: {status: KNOWN}
   s3tests_boto3.functional.test_s3.test_bucket_create_naming_bad_punctuation: {status: KNOWN}
   s3tests_boto3.functional.test_s3.test_bucket_create_naming_bad_short_empty: {status: KNOWN}
-  s3tests_boto3.functional.test_s3.test_bucket_create_naming_dns_dash_at_end: {status: KNOWN}
-  s3tests_boto3.functional.test_s3.test_bucket_create_naming_dns_dash_dot: {status: KNOWN}
-  s3tests_boto3.functional.test_s3.test_bucket_create_naming_dns_dot_dash: {status: KNOWN}
-  s3tests_boto3.functional.test_s3.test_bucket_create_naming_dns_dot_dot: {status: KNOWN}
-  s3tests_boto3.functional.test_s3.test_bucket_create_naming_dns_underscore: {status: KNOWN}
   s3tests_boto3.functional.test_s3.test_bucket_head_extended: {status: KNOWN}
   s3tests_boto3.functional.test_s3.test_bucket_header_acl_grants: {status: KNOWN}
   s3tests_boto3.functional.test_s3.test_bucket_list_delimiter_empty: {status: KNOWN}
diff --git a/doc/saio/swift/proxy-server.conf b/doc/saio/swift/proxy-server.conf
index 9352561406..fb1b4fc80b 100644
--- a/doc/saio/swift/proxy-server.conf
+++ b/doc/saio/swift/proxy-server.conf
@@ -82,7 +82,6 @@ use = egg:swift#symlink
 [filter:s3api]
 use = egg:swift#s3api
 s3_acl = yes
-dns_compliant_bucket_names = no
 check_bucket_owner = yes
 
 # Example to create root secret: `openssl rand -base64 32`