From 2e30bbe9557a561344191f537bce8baae96c4e6e Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 17 Mar 2020 14:35:48 +1100 Subject: [PATCH] Remove secret import from vexxhost I don't think we want to share secrets across tenants. I don't think there are any, but if we had them, I mean :) Change-Id: I764fade3ad2d8067772526da4ee0be2e8cd6180e --- zuul/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul/main.yaml b/zuul/main.yaml index 4f81e980bf..3d13cd9bc5 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -1520,7 +1520,7 @@ - vexxhost/openstack-operator # Include some projects with job config for cross-tenant # jobs - - include: [job, secret, nodeset] + - include: [job, nodeset] projects: - openstack/devstack - openstack/tempest