From 28ac0141b56b8c0943fb29733c1fd6c000856b17 Mon Sep 17 00:00:00 2001
From: "Dr. Jens Harbott" <harbott@osism.tech>
Date: Tue, 20 Sep 2022 20:20:11 +0200
Subject: [PATCH] Run swift in -tips job

Since there is only py3 left, swift has learned to live with it, so we
might as well test it.

Change-Id: Iab5232858e4a67e356680d169a885875d574c3cc
---
 .zuul.yaml | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/.zuul.yaml b/.zuul.yaml
index d27ae3dae3..dc5ce44cea 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -149,22 +149,6 @@
     vars:
       devstack_localrc:
         LIBS_FROM_GIT: python-openstackclient,openstacksdk,osc-lib,cliff
-        # This is insufficient, but leaving it here as a reminder of what may
-        # someday be all we need to make this work
-        # disable_python3_package swift
-        DISABLED_PYTHON3_PACKAGES: swift
-      devstack_services:
-        # Swift is not ready for python3 yet: At a minimum keystonemiddleware needs
-        # to be installed in the py2 env, there are probably other things too...
-        s-account: false
-        s-container: false
-        s-object: false
-        s-proxy: false
-        # As swift is not available for this job, c-bak service won't be functional.
-        # The backup related tests can be handled by other jobs having swift enabled.
-        # The backup service along with swift services can be enabled once swift is
-        # compatible with py3
-        c-bak: false
       tox_envlist: functional
       tox_install_siblings: true