diff --git a/etc/zuul.conf-sample b/etc/zuul.conf-sample index 7207c73958..bf1989516c 100644 --- a/etc/zuul.conf-sample +++ b/etc/zuul.conf-sample @@ -18,15 +18,6 @@ git_dir=/var/lib/zuul/git ;git_user_name=zuul zuul_url=http://zuul.example.com/p -[swift] -authurl=https://identity.api.example.org/v2.0/ -user=username -key=password - -default_container=logs -region_name=EXP -logserver_prefix=http://logs.example.org/server.app/ - [webapp] listen_address=0.0.0.0 port=8001 diff --git a/tests/fixtures/zuul-git-driver.conf b/tests/fixtures/zuul-git-driver.conf index 936c5302a5..0a4e2300f8 100644 --- a/tests/fixtures/zuul-git-driver.conf +++ b/tests/fixtures/zuul-git-driver.conf @@ -15,16 +15,6 @@ zuul_url=http://zuul.example.com/p [executor] git_dir=/tmp/zuul-test/executor-git -[swift] -authurl=https://identity.api.example.org/v2.0/ -user=username -key=password -tenant_name=" " - -default_container=logs -region_name=EXP -logserver_prefix=http://logs.example.org/server.app/ - [connection gerrit] driver=gerrit server=review.example.com diff --git a/tests/fixtures/zuul-sql-driver.conf b/tests/fixtures/zuul-sql-driver.conf index b3f7f9eb08..42ab1bac8b 100644 --- a/tests/fixtures/zuul-sql-driver.conf +++ b/tests/fixtures/zuul-sql-driver.conf @@ -15,16 +15,6 @@ zuul_url=http://zuul.example.com/p [executor] git_dir=/tmp/zuul-test/executor-git -[swift] -authurl=https://identity.api.example.org/v2.0/ -user=username -key=password -tenant_name=" " - -default_container=logs -region_name=EXP -logserver_prefix=http://logs.example.org/server.app/ - [connection gerrit] driver=gerrit server=review.example.com diff --git a/tests/fixtures/zuul.conf b/tests/fixtures/zuul.conf index 516ce089f5..ce29310fed 100644 --- a/tests/fixtures/zuul.conf +++ b/tests/fixtures/zuul.conf @@ -15,16 +15,6 @@ zuul_url=http://zuul.example.com/p [executor] git_dir=/tmp/zuul-test/executor-git -[swift] -authurl=https://identity.api.example.org/v2.0/ -user=username -key=password -tenant_name=" " - -default_container=logs -region_name=EXP -logserver_prefix=http://logs.example.org/server.app/ - [connection gerrit] driver=gerrit server=review.example.com