From 0dfc4c1850ba66da68419973d5b92576814c5900 Mon Sep 17 00:00:00 2001 From: Morgan Fainberg Date: Thu, 1 May 2014 22:28:18 -0700 Subject: [PATCH] Enable apache-configured-service tempest for keystone Enable the check jobs for validating keystone under mod_wsgi for keystone and keystoneclient. This check is enabled for both (nonvoting) to ensure that a change to keystoneclient does not introduce issues for keystone under mod_wsgi since keystoneclient governs the CMS code for PKI tokens. Change-Id: I8de4cbf66ffb1628367903b518566cd99ba1ebe2 --- modules/openstack_project/files/zuul/layout.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index d25eb0631d..cb1ed2d022 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -576,6 +576,9 @@ jobs: voting: false - name: gate-swift-unittests-func voting: false + - name: ^(gate|check)-tempest-dsvm-full-apache-services + voting: false + branch: ^(!?stable/(havana|icehouse)).*$ # The project list is grouped by type of project, and within each # group, projects are sorted (mostly) alphabetically. @@ -825,6 +828,7 @@ projects: - gate-tempest-dsvm-neutron-large-ops - check-swift-dsvm-functional - check-rally-dsvm-keystone + - check-tempest-dsvm-full-apache-services gate: - gate-devstack-dsvm-cells - gate-tempest-dsvm-postgres-full @@ -1321,6 +1325,7 @@ projects: - check-tempest-dsvm-postgres-full - gate-tempest-dsvm-large-ops - gate-tempest-dsvm-neutron-large-ops + - check-tempest-dsvm-full-apache-services gate: - gate-python-keystoneclient-python33 - gate-devstack-dsvm-cells